]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4-tools-nativesdk: drop freetype include as we build with -no-freetype
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 15 Jun 2011 15:32:43 +0000 (16:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jun 2011 16:41:29 +0000 (17:41 +0100)
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

index d1f4b47a6e713690e93e1855ded4a8db06418fa3..114f998bb1212a53d13361d376b8664fec60ebd3 100644 (file)
@@ -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++ \