blob: b2be0d9a1b6ded16e6426c5ceba0f2395d23c884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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"
DISTRO_FLAVOUR = ""
IMX_DEFAULT_BSP = "nxp"
# we use graphics, so set opengl
DISTRO_FEATURES_append = " opengl"
DISTRO_FEATURES_append = " wayland x11"
# lxqt requires this
DISTRO_FEATURES_append = " polkit"
|