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.inc | |
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.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 1e9f9423f0..85fdbe7dd9 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -11,7 +11,7 @@ inherit siteinfo | |||
11 | FILESPATH = "${FILE_DIRNAME}/libx11" | 11 | FILESPATH = "${FILE_DIRNAME}/libx11" |
12 | 12 | ||
13 | PE = "1" | 13 | PE = "1" |
14 | INC_PR = "r5" | 14 | INC_PR = "r6" |
15 | 15 | ||
16 | PROVIDES = "virtual/libx11" | 16 | PROVIDES = "virtual/libx11" |
17 | 17 | ||
@@ -19,6 +19,9 @@ XORG_PN = "libX11" | |||
19 | LICENSE = "MIT & MIT-style & BSD" | 19 | LICENSE = "MIT & MIT-style & BSD" |
20 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
21 | 21 | ||
22 | DEPENDS += "xproto xextproto xtrans libxcb kbproto inputproto" | ||
23 | DEPENDS += "xf86bigfontproto xproto-native" | ||
24 | |||
22 | PACKAGES =+ "${PN}-xcb" | 25 | PACKAGES =+ "${PN}-xcb" |
23 | 26 | ||
24 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" | 27 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" |