From 4505c3282fdedd469325e24bd71edb3d2532a1ab Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 13 Jan 2018 17:52:51 +0000 Subject: json-glib: Add dependency on gettext-native Avoids: Meson encountered an error in file po/meson.build, line 58, column 5: Can not do gettext because xgettext is not installed. Signed-off-by: Richard Purdie --- meta/recipes-gnome/json-glib/json-glib_1.2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-gnome/json-glib') diff --git a/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb b/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb index 88653efec7..31912d150d 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb @@ -17,7 +17,7 @@ SRC_URI[archive.md5sum] = "ff31e7d0594df44318e12facda3d086e" SRC_URI[archive.sha256sum] = "fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a" GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase lib_package gobject-introspection gtk-doc manpages +inherit gnomebase lib_package gobject-introspection gtk-doc manpages gettext GTKDOC_ENABLE_FLAG = "-Denable-gtk-doc=true" GTKDOC_DISABLE_FLAG = "-Denable-gtk-doc=false" -- cgit 1.2.3-korg