summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/json-glib/json-glib_1.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/json-glib/json-glib_1.4.2.bb')
-rw-r--r--meta/recipes-gnome/json-glib/json-glib_1.4.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.4.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.4.2.bb
index dd67a8907b..19fe3cc442 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.4.2.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.4.2.bb
@@ -34,3 +34,7 @@ do_install_append() {
34} 34}
35 35
36BBCLASSEXTEND = "native nativesdk" 36BBCLASSEXTEND = "native nativesdk"
37
38# Currently it's not possible to disable gettext in Meson, so we need to force
39# this back on.
40USE_NLS_class-native = "yes"