mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
libx11: Add -I to the makekeys hack
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4291 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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 ../../
|
||||
|
||||
Reference in New Issue
Block a user