summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.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:27:37 +0100
commit33467f8455d14dd68354f24fa9caa69dfd6fcc85 (patch)
tree5c465ba3e0126003f6399c3f2a07b4eaa94dfcab /meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb
parentb2c8f9320ac8b19310904284e6f546b62df704cc (diff)
downloadpoky-33467f8455d14dd68354f24fa9caa69dfd6fcc85.tar.gz
libxdamage,libxft,libxrandr: Add missing dependency on virtual/libx11
(From OE-Core rev: 65095cf2fa9f890a1faf29a8a743497d88e5cfa7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb
index 917fe2067f..616ac6897c 100644
--- a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb
@@ -11,9 +11,9 @@ require xorg-lib-common.inc
11LICENSE = "MIT-style" 11LICENSE = "MIT-style"
12LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584" 12LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584"
13 13
14DEPENDS += "randrproto libxrender libxext" 14DEPENDS += "virtual/libx11 randrproto libxrender libxext"
15 15
16PR = "r0" 16PR = "r1"
17PE = "1" 17PE = "1"
18 18
19XORG_PN = "libXrandr" 19XORG_PN = "libXrandr"