summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.1.bb
index e7c1099a9a..77c89d95c2 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.1.bb
@@ -11,7 +11,9 @@ DEPENDS = "udev gtk+3 libnotify libcanberra bluez5"
11GNOMEBASEBUILDCLASS = "meson" 11GNOMEBASEBUILDCLASS = "meson"
12GTKDOC_MESON_OPTION = "gtk_doc" 12GTKDOC_MESON_OPTION = "gtk_doc"
13 13
14inherit gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even 14inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even
15
16REQUIRED_DISTRO_FEATURES = "x11"
15 17
16# gtk-icon-cache bbclass will take care of this for us. 18# gtk-icon-cache bbclass will take care of this for us.
17EXTRA_OEMESON = "-Dicon_update=false" 19EXTRA_OEMESON = "-Dicon_update=false"