Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "GNOME bluetooth manager" |
| 2 | LICENSE = "GPLv2 & LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ |
| 4 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
| 5 | " |
| 6 | |
| 7 | SECTION = "x11/gnome" |
| 8 | |
| 9 | DEPENDS = "udev gtk+3 libnotify libcanberra bluez5" |
| 10 | |
| 11 | GNOMEBASEBUILDCLASS = "meson" |
| 12 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 13 | |
| 14 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even |
| 15 | |
| 16 | REQUIRED_DISTRO_FEATURES = "x11" |
| 17 | |
| 18 | # gtk-icon-cache bbclass will take care of this for us. |
| 19 | EXTRA_OEMESON = "-Dicon_update=false" |
| 20 | |
| 21 | SRC_URI[archive.md5sum] = "09b6bab7ceaafb35da766a5476fbc466" |
| 22 | SRC_URI[archive.sha256sum] = "3ec91076c2822cd1f9abdc8e27663c3bda4c9c8a7a9773f9e92bfbf2b745d386" |
| 23 | |
| 24 | RDEPENDS_${PN} += "bluez5" |