1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

libxrandr: added libxext dependency (sync with OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2928 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-19 13:04:06 +00:00
parent 5d2aab3d82
commit a105d81717
+1 -1
View File
@@ -2,7 +2,7 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Resize and Rotate extension library"
LICENSE = "BSD-X"
DEPENDS += "randrproto libxrender"
DEPENDS += "randrproto libxrender libxext"
PR = "r1"
PE = "1"