summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-21 11:01:32 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-21 11:01:32 +0000
commit2e83937a4162b9da2ea09b245b9b2ba2b8af92b5 (patch)
treefc5c471cf66f7b1f8252eda525e78e9898c37b2b /meta
parenteebe267a2157b66d1387d220babeb9babcc21f0c (diff)
downloadopenembedded-core-2e83937a4162b9da2ea09b245b9b2ba2b8af92b5.tar.gz
openembedded-core-2e83937a4162b9da2ea09b245b9b2ba2b8af92b5.tar.bz2
openembedded-core-2e83937a4162b9da2ea09b245b9b2ba2b8af92b5.tar.xz
openembedded-core-2e83937a4162b9da2ea09b245b9b2ba2b8af92b5.zip
libx11: Add -I to the makekeys hack
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4291 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xorg-lib/libx11_1.1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libx11_1.1.4.bb b/meta/packages/xorg-lib/libx11_1.1.4.bb
index 88771558f..615cfb668 100644
--- a/meta/packages/xorg-lib/libx11_1.1.4.bb
+++ b/meta/packages/xorg-lib/libx11_1.1.4.bb
@@ -17,7 +17,7 @@ EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.
do_compile() {
(
unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS
- cd src/util; touch makekeys-makekeys.o ; ${BUILD_CC} ${BUILD_CFLAGS} makekeys.c -o makekeys
+ cd src/util; touch makekeys-makekeys.o ; ${BUILD_CC} ${BUILD_CFLAGS} -I${STAGING_INCDIR} makekeys.c -o makekeys
# mv to stop it getting rebuilt
mv makekeys.c makekeys.c.orig
cd ../../