summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/tdx-x11.conf1
-rw-r--r--conf/distro/tdx-xwayland.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf
index f4aad53..eb8707d 100644
--- a/conf/distro/tdx-x11.conf
+++ b/conf/distro/tdx-x11.conf
@@ -5,6 +5,7 @@ require conf/distro/include/tdx-base.inc
DISTRO = "tdx-x11"
DISTRO_NAME = "TDX X11"
+DISTROOVERRIDES .= ":tdx-x11"
DISTRO_FLAVOUR = ""
# Remove conflicting backends.
diff --git a/conf/distro/tdx-xwayland.conf b/conf/distro/tdx-xwayland.conf
index f2956b8..afb13f7 100644
--- a/conf/distro/tdx-xwayland.conf
+++ b/conf/distro/tdx-xwayland.conf
@@ -5,6 +5,7 @@ require conf/distro/include/tdx-base.inc
DISTRO = "tdx-xwayland"
DISTRO_NAME = "TDX Wayland with XWayland"
+DISTROOVERRIDES .= ":tdx-wayland"
DISTRO_FLAVOUR = ""
DISTRO_FEATURES_append = " wayland x11"