diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-04-13 14:38:51 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-13 14:46:22 -0700 |
| commit | 0e33b7e0c943b158d0cd3709f16bff230e316022 (patch) | |
| tree | 6a612abc148b94822187037a0d7d63b31b788d43 /meta-gnome/recipes-gnome/gnome-bluetooth | |
| parent | d7937a3ec0a1d954a40dddc798eab7c14c2d4796 (diff) | |
| download | meta-openembedded-0e33b7e0c943b158d0cd3709f16bff230e316022.tar.gz | |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.1.bb | 4 |
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" | |||
| 11 | GNOMEBASEBUILDCLASS = "meson" | 11 | GNOMEBASEBUILDCLASS = "meson" |
| 12 | GTKDOC_MESON_OPTION = "gtk_doc" | 12 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 13 | 13 | ||
| 14 | inherit gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even | 14 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even |
| 15 | |||
| 16 | REQUIRED_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. |
| 17 | EXTRA_OEMESON = "-Dicon_update=false" | 19 | EXTRA_OEMESON = "-Dicon_update=false" |
