diff options
Diffstat (limited to 'meta/recipes-graphics/pango/pango_1.38.1.bb')
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.38.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.38.1.bb b/meta/recipes-graphics/pango/pango_1.38.1.bb index d408ef00e1..3e57dc2275 100644 --- a/meta/recipes-graphics/pango/pango_1.38.1.bb +++ b/meta/recipes-graphics/pango/pango_1.38.1.bb | |||
@@ -35,7 +35,7 @@ LIBV = "1.8.0" | |||
35 | # This binary needs to be compiled for the host architecture. This isn't pretty! | 35 | # This binary needs to be compiled for the host architecture. This isn't pretty! |
36 | do_compile_prepend_class-target () { | 36 | do_compile_prepend_class-target () { |
37 | if ${@base_contains('DISTRO_FEATURES', 'ptest', 'true', 'false', d)}; then | 37 | if ${@base_contains('DISTRO_FEATURES', 'ptest', 'true', 'false', d)}; then |
38 | 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 | 38 | make CC="${BUILD_CC}" CFLAGS="" LDFLAGS="" 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 |
39 | fi | 39 | fi |
40 | } | 40 | } |
41 | 41 | ||