blob: 55d4d79c260ecd175a6a1bf9839da98bc4af6fd4 (
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"
|