diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-10-31 17:11:21 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-01 17:22:53 -0700 |
commit | e3ed04163b76749355dca272401a657902cb58f4 (patch) | |
tree | c6498bb4acb439108e0d5b2a5a30241d692776af | |
parent | a19dd49693c61876d69ce61bf7c913ed2de5ab2c (diff) | |
download | meta-openembedded-e3ed04163b76749355dca272401a657902cb58f4.tar.gz |
colord-gtk: initial add 0.2.0
it is a dependency for upcoming gnome-control-center
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb new file mode 100644 index 0000000000..c960b99c44 --- /dev/null +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "GTK support library for colord" | ||
2 | HOMEPAGE = "https://www.freedesktop.org/software/colord/" | ||
3 | LICENSE = "LGPLv3" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
5 | |||
6 | inherit meson gobject-introspection gettext gtk-doc distro_features_check | ||
7 | |||
8 | DEPENDS = " \ | ||
9 | gtk+3 \ | ||
10 | colord \ | ||
11 | " | ||
12 | |||
13 | SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" | ||
14 | SRC_URI[md5sum] = "66d048803c8b89e5e63da4b461484933" | ||
15 | SRC_URI[sha256sum] = "2a4cfae08bc69f000f40374934cd26f4ae86d286ce7de89f1622abc59644c717" | ||
16 | |||
17 | EXTRA_OEMESON = "-Dman=false" | ||
18 | |||
19 | # gobject-introspection is mandatory and cannot be configured | ||
20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
21 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | ||