Parcourir la source

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>
Andreas Müller il y a 4 ans
Parent
commit
8641eed3a8
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb

+ 4 - 0
meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb

@@ -18,4 +18,8 @@ EXTRA_OEMESON = "-Dman=false"
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+
+# colord
+REQUIRED_DISTRO_FEATURES += "polkit"
+
 UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"