diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-12 19:32:21 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-12 19:32:21 +0100 |
commit | 6c47b3e373477fe5037b4d54b25a5d22e3d4a654 (patch) | |
tree | 694e6feef5d5ba7e5eaeebfb9c42ad6af5317c75 /recipes/xcb/libxcb.inc | |
parent | 1e02d5cf1d61d399f765a1bc971a77443afa7f67 (diff) |
libxcb: look for xproto.xml in staging, not in the host environment
Diffstat (limited to 'recipes/xcb/libxcb.inc')
-rw-r--r-- | recipes/xcb/libxcb.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/xcb/libxcb.inc b/recipes/xcb/libxcb.inc index 6e7bd5edec..4029decb05 100644 --- a/recipes/xcb/libxcb.inc +++ b/recipes/xcb/libxcb.inc @@ -7,7 +7,8 @@ PARALLEL_MAKE = "" DEPENDS = "xcb-proto xproto libxau libxslt-native" # DEPENDS += "xsltproc-native gperf-native" -SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" +SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \ + file://configure.patch;patch=1;pnum=0" PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \ libxcb-randr libxcb-record libxcb-render libxcb-res \ @@ -41,6 +42,8 @@ FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" inherit autotools pkgconfig +EXTRA_OECONF = "STAGING_DIR=${STAGING_DIR_HOST}" + do_stage() { autotools_stage_all } |