diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-06-15 16:32:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 22:13:09 +0100 |
commit | d827764c70a626ac064496f0e0d55ddcabc66254 (patch) | |
tree | d128e5f02084ce58baafef8f3239d3e80b0c3e36 | |
parent | 4d7108f7afd3940da4597b2ad694754d0fe0b9d1 (diff) | |
download | poky-d827764c70a626ac064496f0e0d55ddcabc66254.tar.gz |
qt4-tools-nativesdk: drop freetype include as we build with -no-freetype
Freetype support is disabled so there's no need to point to the freetype
headers.
Prompted by OE commit 4931b37c8faf1eef7322cc82bf979885c770f4e0 from
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
(From OE-Core rev: bc5647504268ec4ef8a20dd1a6f9bdf7e6849ba7)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc index d1f4b47a6e..114f998bb1 100644 --- a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc +++ b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | |||
@@ -44,7 +44,6 @@ EXTRA_OECONF = "-prefix ${prefix} \ | |||
44 | -embedded -no-freetype -no-glib -no-iconv \ | 44 | -embedded -no-freetype -no-glib -no-iconv \ |
45 | -qt3support \ | 45 | -qt3support \ |
46 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \ | 46 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \ |
47 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/freetype2 \ | ||
48 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/dbus-1.0 \ | 47 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/dbus-1.0 \ |
49 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include \ | 48 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include \ |
50 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/c++ \ | 49 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/c++ \ |