summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index d6d91335a6..6dab19283c 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -87,10 +87,10 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
87CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1" 87CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1"
88 88
89# GLib generally requires gettext to be present so for USE_NLS to yes. For 89# GLib generally requires gettext to be present so for USE_NLS to yes. For
90# native builds as i18n is disabled globally we can tell it to use a fake msgfmt. 90# native builds as i18n is disabled globally we have to add a gettext-native dependency.
91USE_NLS_class-target = "yes" 91USE_NLS_class-target = "yes"
92USE_NLS_class-nativesdk = "yes" 92USE_NLS_class-nativesdk = "yes"
93CACHED_CONFIGUREVARS_append_class-native = " ac_cv_path_MSGFMT=/bin/false" 93DEPENDS_append_class-native = " gettext-native"
94 94
95EXEEXT = "" 95EXEEXT = ""
96EXEEXT_mingw32 = ".exe" 96EXEEXT_mingw32 = ".exe"