From 0e33b7e0c943b158d0cd3709f16bff230e316022 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Apr 2020 14:38:51 -0700 Subject: gnome-bluetooth: Add check to require x11 gnome-bluetooth needs libcanberra compiled with gtk+3 support, compiling libcanberra with gtk+3 support would need gtk+ which needs X11 to support the needed backend, other option is directfb which will not worrk work with wayland(without X) config either Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-gnome') 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" GNOMEBASEBUILDCLASS = "meson" GTKDOC_MESON_OPTION = "gtk_doc" -inherit gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even +inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even + +REQUIRED_DISTRO_FEATURES = "x11" # gtk-icon-cache bbclass will take care of this for us. EXTRA_OEMESON = "-Dicon_update=false" -- cgit 1.2.3-korg