diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:17:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:48 +0100 |
commit | 84279136fe4c268bd8ea2ff76c1e501f8b9e3976 (patch) | |
tree | efc259f299a4f87e51af245623cf863e1e982ba2 /meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | |
parent | d7a03d5bd066bc22eddaf9f7aba8c995227ab3a7 (diff) | |
download | poky-84279136fe4c268bd8ea2ff76c1e501f8b9e3976.tar.gz |
libx11: refresh dependencies, and centralise into libx11.inc
(From OE-Core rev: a66e6a7765525d3e18cd81b68c422b3dab81d498)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index 04ee1b89fc..50000ab882 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | |||
@@ -18,9 +18,6 @@ RPROVIDES_${PN}-locale = "libx11-locale" | |||
18 | SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" | 18 | SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" |
19 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" | 19 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" |
20 | 20 | ||
21 | DEPENDS += "libxcb bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | ||
22 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" | ||
23 | |||
24 | FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11" | 21 | FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11" |
25 | 22 | ||
26 | EXTRA_OECONF += "--disable-xlocale" | 23 | EXTRA_OECONF += "--disable-xlocale" |