aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-18 15:33:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:25:00 +0100
commit65095cf2fa9f890a1faf29a8a743497d88e5cfa7 (patch)
tree8bab366be7d9e23cba9f2b8743cb3e69559c9915 /meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb
parent7be58f695aaa8b111fcf79a3505964e9f49b108a (diff)
downloadopenembedded-core-65095cf2fa9f890a1faf29a8a743497d88e5cfa7.tar.gz
libxdamage,libxft,libxrandr: Add missing dependency on virtual/libx11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb
index 81f90ba2db..f2b4eac96f 100644
--- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb
@@ -16,10 +16,10 @@ require xorg-lib-common.inc
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868"
-DEPENDS += "damageproto libxfixes"
+DEPENDS += "virtual/libx11 damageproto libxfixes"
PROVIDES = "xdamage"
-PR = "r0"
+PR = "r1"
PE = "1"
XORG_PN = "libXdamage"