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>
This commit is contained in:
Andreas Müller 2019-12-09 09:36:08 +01:00 committed by Khem Raj
parent 9a956844b4
commit 8641eed3a8

View File

@ -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"