summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype/freetype_2.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/freetype/freetype_2.5.2.bb')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.5.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.5.2.bb b/meta/recipes-graphics/freetype/freetype_2.5.2.bb
index fd8a9e184e..7119990d14 100644
--- a/meta/recipes-graphics/freetype/freetype_2.5.2.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.2.bb
@@ -27,6 +27,8 @@ LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
27EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" 27EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
28EXTRA_OEMAKE_class-native = "" 28EXTRA_OEMAKE_class-native = ""
29EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'" 29EXTRA_OECONF = "--without-zlib --without-bzip2 CC_BUILD='${BUILD_CC}'"
30TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64"
31
30 32
31PACKAGECONFIG ??= "" 33PACKAGECONFIG ??= ""
32PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng" 34PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng"