summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/tdx-x11.conf4
-rw-r--r--conf/distro/tdx-xwayland.conf3
2 files changed, 7 insertions, 0 deletions
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"