summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-09-11 20:17:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-12 15:13:48 +0100
commit84279136fe4c268bd8ea2ff76c1e501f8b9e3976 (patch)
treeefc259f299a4f87e51af245623cf863e1e982ba2 /meta/recipes-graphics/xorg-lib/libx11.inc
parentd7a03d5bd066bc22eddaf9f7aba8c995227ab3a7 (diff)
downloadpoky-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.inc5
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
11FILESPATH = "${FILE_DIRNAME}/libx11" 11FILESPATH = "${FILE_DIRNAME}/libx11"
12 12
13PE = "1" 13PE = "1"
14INC_PR = "r5" 14INC_PR = "r6"
15 15
16PROVIDES = "virtual/libx11" 16PROVIDES = "virtual/libx11"
17 17
@@ -19,6 +19,9 @@ XORG_PN = "libX11"
19LICENSE = "MIT & MIT-style & BSD" 19LICENSE = "MIT & MIT-style & BSD"
20LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" 20LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
21 21
22DEPENDS += "xproto xextproto xtrans libxcb kbproto inputproto"
23DEPENDS += "xf86bigfontproto xproto-native"
24
22PACKAGES =+ "${PN}-xcb" 25PACKAGES =+ "${PN}-xcb"
23 26
24FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" 27FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt"