From 1d66481027bcb48deb4e7a89d889ee1b1d16cb40 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 15 Feb 2018 12:01:40 +0000 Subject: json-glib: fix native build Meson can't be told to disable gettext support like autotools can, so for now we need to force NLS on for the json-glib-native build. https://github.com/mesonbuild/meson/issues/821 is the upstream Meson bug. Signed-off-by: Ross Burton --- meta/recipes-gnome/json-glib/json-glib_1.4.2.bb | 4 ++++ 1 file changed, 4 insertions(+) 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() { } BBCLASSEXTEND = "native nativesdk" + +# Currently it's not possible to disable gettext in Meson, so we need to force +# this back on. +USE_NLS_class-native = "yes" -- cgit 1.2.3-korg