summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-x11.conf
blob: 45bc50415c3f35324d66364a5be8d0c735513fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Toradex Distro with X11 without wayland.
# Using the downstream kernel flavour

require conf/distro/include/tdx-base.inc

DISTRO = "tdx-x11"
DISTRO_NAME = "TDX X11"

# Remove conflicting backends.
DISTRO_FEATURES_remove = "wayland "

# These are X11 specific
DISTRO_FEATURES_append = " x11"