diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc index f273c9fab8..5faf40c33a 100644 --- a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc +++ b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | |||
@@ -25,6 +25,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | |||
25 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ | 25 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ |
26 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" | 26 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" |
27 | 27 | ||
28 | require qt4_arch.inc | ||
29 | |||
28 | # FIXME: make it work with "${STAGING_BINDIR_NATIVE}/pkg-config --cflags dbus-1" | 30 | # FIXME: make it work with "${STAGING_BINDIR_NATIVE}/pkg-config --cflags dbus-1" |
29 | EXTRA_OECONF = "-prefix ${prefix} \ | 31 | EXTRA_OECONF = "-prefix ${prefix} \ |
30 | -qt-libjpeg -qt-gif -system-zlib \ | 32 | -qt-libjpeg -qt-gif -system-zlib \ |
@@ -37,6 +39,7 @@ EXTRA_OECONF = "-prefix ${prefix} \ | |||
37 | -verbose -release -fast -static \ | 39 | -verbose -release -fast -static \ |
38 | -platform ${TARGET_OS}-oe-g++ \ | 40 | -platform ${TARGET_OS}-oe-g++ \ |
39 | -xplatform ${TARGET_OS}-oe-g++ \ | 41 | -xplatform ${TARGET_OS}-oe-g++ \ |
42 | -arch ${@qt_arch(d)} \ | ||
40 | -embedded -no-freetype -no-glib -no-iconv \ | 43 | -embedded -no-freetype -no-glib -no-iconv \ |
41 | -qt3support \ | 44 | -qt3support \ |
42 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \ | 45 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \ |