summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype/freetype_2.4.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/freetype/freetype_2.4.10.bb')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.4.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.10.bb b/meta/recipes-graphics/freetype/freetype_2.4.10.bb
index cf2a78e02c..9365475bcc 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.10.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.10.bb
@@ -27,7 +27,7 @@ inherit autotools pkgconfig binconfig
27 27
28LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" 28LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool"
29EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" 29EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
30EXTRA_OEMAKE_virtclass-native = "" 30EXTRA_OEMAKE_class-native = ""
31EXTRA_OECONF = "--without-zlib --without-bzip2" 31EXTRA_OECONF = "--without-zlib --without-bzip2"
32 32
33do_configure() { 33do_configure() {
@@ -40,7 +40,7 @@ do_configure() {
40 oe_runconf 40 oe_runconf
41} 41}
42 42
43do_configure_virtclass-native() { 43do_configure_class-native() {
44 (cd builds/unix && gnu-configize) || die "failure running gnu-configize" 44 (cd builds/unix && gnu-configize) || die "failure running gnu-configize"
45 oe_runconf 45 oe_runconf
46} 46}