diff options
-rw-r--r-- | meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | 4 |
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 |
20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
21 | |||
22 | # colord | ||
23 | REQUIRED_DISTRO_FEATURES += "polkit" | ||
24 | |||
21 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 25 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" |