2018-01-18 18:19:47 -05:00
|
|
|
SUMMARY = "Bluetooth integration with GNOME desktop"
|
|
|
|
HOMEPAGE = "https://wiki.gnome.org/Projects/GnomeBluetooth"
|
|
|
|
LICENSE = "GPLv2 & LGPLv2.1"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
|
|
|
file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
|
|
|
|
2020-10-30 14:55:28 -04:00
|
|
|
SRC_URI[archive.md5sum] = "c82f7df6a411c897d4d59337d5d9a789"
|
|
|
|
SRC_URI[archive.sha256sum] = "0a068e3bddbbdab46991521e6624098579abe80da242398bdd579c4ca6926422"
|
2019-04-06 21:23:45 -04:00
|
|
|
|
2018-01-18 18:19:47 -05:00
|
|
|
|
|
|
|
DEPENDS = "glib-2.0 glib-2.0-native gtk+3 libcanberra libnotify libxml2-native gobject-introspection"
|
|
|
|
|
2019-08-22 00:32:02 -04:00
|
|
|
WARN_QA_remove = "unknown-configure-option"
|
|
|
|
|
2018-03-02 12:13:18 -05:00
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase gobject-introspection gettext
|
2018-01-18 18:19:47 -05:00
|
|
|
FILES_${PN} += "${datadir}/icons"
|
|
|
|
|
|
|
|
EXTRA_OEMESON = "--buildtype=release -Denable-introspection=true"
|
|
|
|
|