summaryrefslogtreecommitdiff
path: root/recipes/xcb/libxcb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcb/libxcb.inc')
-rw-r--r--recipes/xcb/libxcb.inc5
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
}