From aa556b9f906dbfc97fd578ac3a7a9dbc5add813b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 19 Jun 2019 19:15:12 +0200 Subject: tdx distros: set opengl as a feature Signed-off-by: Max Krummenacher --- conf/distro/tdx-x11.conf | 3 +++ conf/distro/tdx-xwayland.conf | 3 +++ 2 files changed, 6 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3