blob: 0e86d781ce6cef6ce4486261ebcaef63760ed97e [file] [log] [blame]
Brad Bishop868407c2019-11-04 13:24:47 -05001SUMMARY = "GTK support library for colord"
2HOMEPAGE = "https://www.freedesktop.org/software/colord/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-3.0-only"
Brad Bishop868407c2019-11-04 13:24:47 -05004LIC_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 = " \
Brad Bishop868407c2019-11-04 13:24:47 -05009 colord \
10"
11
12SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz"
Patrick Williamsde0582f2022-04-08 10:23:27 -050013SRC_URI[sha256sum] = "b9466656d66d9a6ffbc2dd04fa91c8f6af516bf9efaacb69744eec0f56f3c1d0"
14
15PACKAGECONFIG ??= "gtk3 gtk4"
16PACKAGECONFIG[gtk3] = "-Dgtk3=true, -Dgtk3=false, gtk+3"
17PACKAGECONFIG[gtk4] = "-Dgtk4=true, -Dgtk4=false, gtk4"
Brad Bishop868407c2019-11-04 13:24:47 -050018
19EXTRA_OEMESON = "-Dman=false"
Andrew Geissler595f6302022-01-24 19:11:47 +000020GIR_MESON_OPTION = ""
Brad Bishop868407c2019-11-04 13:24:47 -050021# gobject-introspection is mandatory and cannot be configured
22REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
Brad Bishope42b3e32020-01-15 22:08:42 -050023
24# colord
25REQUIRED_DISTRO_FEATURES += "polkit"