summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-xwayland.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-11-11 11:00:31 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-11-11 11:04:12 +0100
commitf3cac35050fcb42922768b0896e9c5cf62a025ad (patch)
treed6843a0564c677296577ee66245a940d9e03db38 /conf/distro/tdx-xwayland.conf
parentb3b8760b5887c1e5dc171b81c79fa66795c24c60 (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/distro/tdx-xwayland.conf')
-rw-r--r--conf/distro/tdx-xwayland.conf3
1 files changed, 3 insertions, 0 deletions
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"