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-x11.conf | 4 ++++ conf/distro/tdx-xwayland.conf | 3 +++ 2 files changed, 7 insertions(+) diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf index f62d9fc..37ae401 100644 --- a/conf/distro/tdx-x11.conf +++ b/conf/distro/tdx-x11.conf @@ -15,3 +15,7 @@ DISTRO_FEATURES_append = " opengl" # These are X11 specific DISTRO_FEATURES_append = " x11" + +# lxqt requires this +DISTRO_FEATURES_append = " polkit" + 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