From: Mirko Vogt Date: Sat, 17 Jul 2010 17:42:59 +0000 (+0000) Subject: add include path, pointing to the actual qt4-source directory, to CFLAGS - otherwise... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=3cd81d90023b8f5bcb0bdc31144cccb89930fda7 add include path, pointing to the actual qt4-source directory, to CFLAGS - otherwise header files in $STAGING_DIR, if any, will be preferred, which might fail in certain circumstances SVN-Revision: 22260 --- diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index 14ce7ea75e..c2724ace1f 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -161,7 +161,7 @@ define Package/qt4-declarative DEPENDS+=+qt4-scripttools endef -TARGET_CFLAGS+="-I$(STAGING_DIR)/usr/include/freetype2" +TARGET_CFLAGS+="-I$(STAGING_DIR)/usr/include/freetype2 -I$(PKG_BUILD_DIR)/include" define Build/Configure # demos/examples: which demos are going to be built depends on which features are going to to be compiled into qt