diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/pango/pango.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index 1ad46a3bf6..b59d33d14f 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc | |||
@@ -67,7 +67,7 @@ fi | |||
67 | # This binary needs to be compiled for the host architecture. This isn't pretty! | 67 | # This binary needs to be compiled for the host architecture. This isn't pretty! |
68 | do_compile_prepend () { | 68 | do_compile_prepend () { |
69 | if ${@base_contains('DISTRO_FEATURES', 'ptest', 'true', 'false', d)}; then | 69 | if ${@base_contains('DISTRO_FEATURES', 'ptest', 'true', 'false', d)}; then |
70 | make CC="${BUILD_CC}" AM_CPPFLAGS="$(pkg-config-native --cflags glib-2.0)" gen_all_unicode_LDADD="$(pkg-config-native --libs glib-2.0)" -C ${B}/tests gen-all-unicode | 70 | make CC="${BUILD_CC}" CFLAGS="" AM_CPPFLAGS="$(pkg-config-native --cflags glib-2.0)" gen_all_unicode_LDADD="$(pkg-config-native --libs glib-2.0)" -C ${B}/tests gen-all-unicode |
71 | fi | 71 | fi |
72 | } | 72 | } |
73 | 73 | ||