]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11: Add -I to the makekeys hack
authorRichard Purdie <richard@openedhand.com>
Mon, 21 Apr 2008 11:01:32 +0000 (11:01 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 21 Apr 2008 11:01:32 +0000 (11:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4291 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libx11_1.1.4.bb

index 88771558f8ed09e4d13619fee5861d9425256800..615cfb6686d8347d4c5860049cb5cc23e2acd44f 100644 (file)
@@ -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 ../../