]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxdamage,libxft,libxrandr: Add missing dependency on virtual/libx11
authorKhem Raj <raj.khem@gmail.com>
Mon, 18 Jul 2011 22:33:24 +0000 (15:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:25:00 +0000 (15:25 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb
meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb
meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb

index 81f90ba2dbae7b2af763f9cd4715dad9820367ab..f2b4eac96f9acd5bfe1ee110ebd8e25b584e9656 100644 (file)
@@ -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"
index 1a56702e53e5af194c7296147b5dac5a9d9bc210..33c8a1e782ebcad8a17113ebe28aa9dc5156a46b 100644 (file)
@@ -15,10 +15,10 @@ require xorg-lib-common.inc
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24"
 
-DEPENDS += "libxrender freetype fontconfig"
+DEPENDS += "virtual/libx11 libxrender freetype fontconfig"
 PROVIDES = "xft"
 
-PR = "r0"
+PR = "r1"
 PE = "1"
 
 XORG_PN = "libXft"
index 917fe2067f2955d7e451825deaaec58f2fe18633..616ac6897c7c8f2239e0a2e0bddd1a6ee2638d45 100644 (file)
@@ -11,9 +11,9 @@ require xorg-lib-common.inc
 LICENSE = "MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
 
-DEPENDS += "randrproto libxrender libxext"
+DEPENDS += "virtual/libx11 randrproto libxrender libxext"
 
-PR = "r0"
+PR = "r1"
 PE = "1"
 
 XORG_PN = "libXrandr"