diff options
| -rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.4.2.bb | 4 |
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 | ||
| 36 | BBCLASSEXTEND = "native nativesdk" | 36 | BBCLASSEXTEND = "native nativesdk" |
| 37 | |||
| 38 | # Currently it's not possible to disable gettext in Meson, so we need to force | ||
| 39 | # this back on. | ||
| 40 | USE_NLS_class-native = "yes" | ||
