summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/xcb/libxcb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/xcb/libxcb.inc b/meta/packages/xcb/libxcb.inc
index ee46f598c0..53c4e1b181 100644
--- a/meta/packages/xcb/libxcb.inc
+++ b/meta/packages/xcb/libxcb.inc
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
4HOMEPAGE = "http://xcb.freedesktop.org" 4HOMEPAGE = "http://xcb.freedesktop.org"
5 5
6PARALLEL_MAKE = "" 6PARALLEL_MAKE = ""
7DEPENDS = "xcb-proto xproto libxau libxslt-native" 7DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native"
8# DEPENDS += "xsltproc-native gperf-native" 8# DEPENDS += "xsltproc-native gperf-native"
9 9
10SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" 10SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2"
@@ -40,7 +40,7 @@ FILES_libxcb-xtest = "${libdir}/libxcb-xtest.so.*"
40FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*" 40FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*"
41FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" 41FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*"
42 42
43inherit autotools_stage pkgconfig 43inherit autotools pkgconfig
44 44
45# XCBPROTO_XCBINCLUDEDIR is setup based on `pkg-config --variable=xcbincludedir xcb-proto` 45# XCBPROTO_XCBINCLUDEDIR is setup based on `pkg-config --variable=xcbincludedir xcb-proto`
46# but the xcbincludedir variable doesn't point into the staging area, so it needs some 46# but the xcbincludedir variable doesn't point into the staging area, so it needs some