diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-09 09:36:08 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-10 16:21:08 -0800 |
commit | 8641eed3a890153cbefa7130c18e9bb7ac55e0cf (patch) | |
tree | bb180c8c5a1a626841256114f1d52cddfdbfb6e1 | |
parent | 9a956844b4b3c1c51c0fbb7764ea24ef3536b075 (diff) | |
download | meta-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.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" |