diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-06 15:39:28 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-06 15:52:16 +0000 |
commit | 9f73ec32889eb8aed4218a4c6290b867bed71046 (patch) | |
tree | 10968ba1d2a0ee515cf9224ec2157af91604f03f /meta/packages/xcb | |
parent | 5504082a0950bebe3a84143d04575d38f39c3e8d (diff) | |
download | poky-9f73ec32889eb8aed4218a4c6290b867bed71046.tar.gz |
libxcb: add xcb-proto-native to DEPENDS
A code generation tool used during build is run using the
native Python and needs a module built by xcb-proto.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/xcb')
-rw-r--r-- | meta/packages/xcb/libxcb.inc | 4 |
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" | |||
4 | HOMEPAGE = "http://xcb.freedesktop.org" | 4 | HOMEPAGE = "http://xcb.freedesktop.org" |
5 | 5 | ||
6 | PARALLEL_MAKE = "" | 6 | PARALLEL_MAKE = "" |
7 | DEPENDS = "xcb-proto xproto libxau libxslt-native" | 7 | DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native" |
8 | # DEPENDS += "xsltproc-native gperf-native" | 8 | # DEPENDS += "xsltproc-native gperf-native" |
9 | 9 | ||
10 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" | 10 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" |
@@ -40,7 +40,7 @@ FILES_libxcb-xtest = "${libdir}/libxcb-xtest.so.*" | |||
40 | FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*" | 40 | FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*" |
41 | FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" | 41 | FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" |
42 | 42 | ||
43 | inherit autotools_stage pkgconfig | 43 | inherit 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 |