diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-07-18 15:33:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:27:37 +0100 |
commit | 33467f8455d14dd68354f24fa9caa69dfd6fcc85 (patch) | |
tree | 5c465ba3e0126003f6399c3f2a07b4eaa94dfcab /meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb | |
parent | b2c8f9320ac8b19310904284e6f546b62df704cc (diff) | |
download | poky-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/libxdamage_1.1.3.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb | 4 |
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 | |||
16 | LICENSE = "MIT" | 16 | LICENSE = "MIT" |
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868" |
18 | 18 | ||
19 | DEPENDS += "damageproto libxfixes" | 19 | DEPENDS += "virtual/libx11 damageproto libxfixes" |
20 | PROVIDES = "xdamage" | 20 | PROVIDES = "xdamage" |
21 | 21 | ||
22 | PR = "r0" | 22 | PR = "r1" |
23 | PE = "1" | 23 | PE = "1" |
24 | 24 | ||
25 | XORG_PN = "libXdamage" | 25 | XORG_PN = "libXdamage" |