summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-xwayland.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-06-19 19:15:12 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-10-09 22:01:37 +0200
commitaa556b9f906dbfc97fd578ac3a7a9dbc5add813b (patch)
treeaba7fad5aa8d79996a3e873257aa046d998d4f5c /conf/distro/tdx-xwayland.conf
parent1c4975e0ead7d4c3355a3d1ce937eb99148cca35 (diff)
tdx distros: set opengl as a feature
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 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"