| Submitter | Paul Eggleton |
|---|---|
| Date | June 18, 2011, 6:56 p.m. |
| Message ID | <3757ba84c9b7cca3933422a58d693420af77a4ed.1308423290.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/6113/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc index d1f4b47..114f998 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} \ -embedded -no-freetype -no-glib -no-iconv \ -qt3support \ -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \ - -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/freetype2 \ -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/dbus-1.0 \ -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include \ -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/c++ \
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> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)