|
@@ -212,7 +212,7 @@ QTOPIA4_CONFIGURE+= -qt-freetype
|
|
else
|
|
else
|
|
ifeq ($(BR2_PACKAGE_QTOPIA4_SYSTEMFREETYPE),y)
|
|
ifeq ($(BR2_PACKAGE_QTOPIA4_SYSTEMFREETYPE),y)
|
|
QTOPIA4_CONFIGURE+= -system-freetype
|
|
QTOPIA4_CONFIGURE+= -system-freetype
|
|
-QTOPIA4_CONFIGURE+= -I $(FREETYPE_DIR)/include
|
|
|
|
|
|
+QTOPIA4_CONFIGURE+= -I $(STAGING_DIR)/usr/include/freetype2/
|
|
QTOPIA4_DEP_LIBS+=freetype
|
|
QTOPIA4_DEP_LIBS+=freetype
|
|
else
|
|
else
|
|
QTOPIA4_CONFIGURE+= -no-freetype
|
|
QTOPIA4_CONFIGURE+= -no-freetype
|
|
@@ -342,6 +342,8 @@ endif
|
|
-no-rpath \
|
|
-no-rpath \
|
|
-nomake examples \
|
|
-nomake examples \
|
|
-nomake demos \
|
|
-nomake demos \
|
|
|
|
+ -I $(STAGING_DIR)/usr/include \
|
|
|
|
+ -L $(STAGING_DIR)/usr/lib \
|
|
)
|
|
)
|
|
touch $@
|
|
touch $@
|
|
|
|
|