diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index a1e4386feb..592f116532 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -35,9 +35,9 @@ do_compile_prepend() { | |||
35 | sed -i -e 's:MIN_REHASH 15:MIN_REHASH 16:g' makekeys.c | 35 | sed -i -e 's:MIN_REHASH 15:MIN_REHASH 16:g' makekeys.c |
36 | touch makekeys-makekeys.o; | 36 | touch makekeys-makekeys.o; |
37 | if [ "${SITEINFO_BITS}" == "64" ]; then | 37 | if [ "${SITEINFO_BITS}" == "64" ]; then |
38 | ${BUILD_CC} ${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE} makekeys.c -o makekeys | 38 | ${BUILD_CC} ${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE} makekeys.c -I${S}/include -o makekeys |
39 | else | 39 | else |
40 | ${BUILD_CC} ${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE} -DUSE32 makekeys.c -o makekeys | 40 | ${BUILD_CC} ${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE} -DUSE32 makekeys.c -I${S}/include -o makekeys |
41 | fi | 41 | fi |
42 | ) | 42 | ) |
43 | if [ "$?" != "0" ]; then | 43 | if [ "$?" != "0" ]; then |