summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb/libxcb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xcb/libxcb.inc')
-rw-r--r--meta/packages/xcb/libxcb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xcb/libxcb.inc b/meta/packages/xcb/libxcb.inc
index 99356a1eb0..bdce8a2e6b 100644
--- a/meta/packages/xcb/libxcb.inc
+++ b/meta/packages/xcb/libxcb.inc
@@ -46,7 +46,7 @@ inherit autotools pkgconfig
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
47# tweeking here: 47# tweeking here:
48do_configure_prepend () { 48do_configure_prepend () {
49 sed -i "s|XCBPROTO_XCBINCLUDEDIR=|XCBPROTO_XCBINCLUDEDIR=${STAGING_DIR}/${HOST_SYS}/|" \ 49 sed -i "s|XCBPROTO_XCBINCLUDEDIR=|XCBPROTO_XCBINCLUDEDIR=${STAGING_DIR_HOST}/|" \
50 ${S}/configure.ac 50 ${S}/configure.ac
51} 51}
52 52