From 0649c897d0e221fe2f552bbfb0dcb597ceba0621 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 7 Jan 2020 15:34:20 +0100 Subject: tdx distros: provide a distro override with the distro name Signed-off-by: Max Krummenacher --- conf/distro/tdx-x11.conf | 1 + conf/distro/tdx-xwayland.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/distro/tdx-x11.conf b/conf/distro/tdx-x11.conf index 37ae401..c809571 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 40bdda3..fa11461 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 = "" # we use graphics, so set opengl -- cgit v1.2.3