summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"