From f3cac35050fcb42922768b0896e9c5cf62a025ad Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 11 Nov 2019 11:00:31 +0100 Subject: tdx* distros: add polkit to distro features Most of the desktop like images require polkit. E.g. liblxqt depends on it. Signed-off-by: Max Krummenacher --- conf/distro/tdx-xwayland.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/distro/tdx-xwayland.conf') diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf index f0f66b9..40bdda3 100644 --- a/conf/distro/tdx-xwayland.conf +++ b/conf/distro/tdx-xwayland.conf @@ -11,3 +11,6 @@ DISTRO_FLAVOUR = "" DISTRO_FEATURES_append = " opengl" DISTRO_FEATURES_append = " wayland x11" + +# lxqt requires this +DISTRO_FEATURES_append = " polkit" -- cgit v1.2.3