summaryrefslogtreecommitdiff
path: root/conf/distro/tdx-xwayland.conf
blob: fa114610961180440157ba83caf630df1ff5e505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Toradex Distro for Wayland with XWayland.
# Using the downstream kernel flavour.

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
DISTRO_FEATURES_append = " opengl"

DISTRO_FEATURES_append = " wayland x11"

# lxqt requires this
DISTRO_FEATURES_append = " polkit"