blob: 2b09adf71064f0ec54b9474d5d6287e1b6024563 [file] [log] [blame]
Brad Bishop868407c2019-11-04 13:24:47 -05001SUMMARY = "GTK support library for colord"
2HOMEPAGE = "https://www.freedesktop.org/software/colord/"
3LICENSE = "LGPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
5
Brad Bishop8410d612019-11-25 09:40:59 -05006inherit meson gobject-introspection gettext gtk-doc features_check
Brad Bishop868407c2019-11-04 13:24:47 -05007
8DEPENDS = " \
9 gtk+3 \
10 colord \
11"
12
13SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz"
14SRC_URI[md5sum] = "66d048803c8b89e5e63da4b461484933"
15SRC_URI[sha256sum] = "2a4cfae08bc69f000f40374934cd26f4ae86d286ce7de89f1622abc59644c717"
16
17EXTRA_OEMESON = "-Dman=false"
Andrew Geissler595f6302022-01-24 19:11:47 +000018GIR_MESON_OPTION = ""
Brad Bishop868407c2019-11-04 13:24:47 -050019# gobject-introspection is mandatory and cannot be configured
20REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
Brad Bishope42b3e32020-01-15 22:08:42 -050021
22# colord
23REQUIRED_DISTRO_FEATURES += "polkit"