summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-09 09:36:08 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-10 16:21:08 -0800
commit8641eed3a890153cbefa7130c18e9bb7ac55e0cf (patch)
treebb180c8c5a1a626841256114f1d52cddfdbfb6e1
parent9a956844b4b3c1c51c0fbb7764ea24ef3536b075 (diff)
downloadmeta-openembedded-8641eed3a890153cbefa7130c18e9bb7ac55e0cf.tar.gz
colord-gtk: add polkit to required distro features
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.bb4
1 files changed, 4 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
index 8f6cd0431b..7845509ba2 100644
--- 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
@@ -18,4 +18,8 @@ EXTRA_OEMESON = "-Dman=false"
18 18
19# gobject-introspection is mandatory and cannot be configured 19# gobject-introspection is mandatory and cannot be configured
20REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 20REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
21
22# colord
23REQUIRED_DISTRO_FEATURES += "polkit"
24
21UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" 25UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"