summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb
index 51620bba8e..ad61ee610c 100644
--- a/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb
+++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb
@@ -8,8 +8,9 @@ DEPENDS = " \
8" 8"
9 9
10GNOMEBASEBUILDCLASS = "meson" 10GNOMEBASEBUILDCLASS = "meson"
11EXTRA_OEMESON += "-Dtests=false" 11EXTRA_OEMESON += "-Dtests=false -Db_lto=false "
12 12
13CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration"
13# gobject-introspection is mandatory and cannot be configured 14# gobject-introspection is mandatory and cannot be configured
14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 15REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
15GIR_MESON_OPTION = "" 16GIR_MESON_OPTION = ""