summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/tdx-x11.conf3
-rw-r--r--conf/distro/tdx-xwayland.conf3
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf
index f4aad53..f62d9fc 100644
--- a/conf/distro/tdx-x11.conf
+++ b/conf/distro/tdx-x11.conf
@@ -10,5 +10,8 @@ DISTRO_FLAVOUR = ""
# Remove conflicting backends.
DISTRO_FEATURES_remove = "wayland "
+# we use graphics, so set opengl
+DISTRO_FEATURES_append = " opengl"
+
# These are X11 specific
DISTRO_FEATURES_append = " x11"
diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf
index f2956b8..f0f66b9 100644
--- a/conf/distro/tdx-xwayland.conf
+++ b/conf/distro/tdx-xwayland.conf
@@ -7,4 +7,7 @@ DISTRO = "tdx-xwayland"
DISTRO_NAME = "TDX Wayland with XWayland"
DISTRO_FLAVOUR = ""
+# we use graphics, so set opengl
+DISTRO_FEATURES_append = " opengl"
+
DISTRO_FEATURES_append = " wayland x11"