1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-06 00:59:47 +02:00

enable wayland support

This commit is contained in:
DanyLE 2023-07-23 14:00:38 +02:00
parent 3ea7678d7c
commit 3e77d3ea67
2 changed files with 4 additions and 2 deletions

View File

@ -17,8 +17,8 @@ INHERIT += "rm_work"
EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
# ssh-server-dropbear
DISTRO_FEATURES:append := " vc4-gfx opengl "
DISTRO_FEATURES:remove = " x11 wayland vulkan "
DISTRO_FEATURES:append := " vc4-gfx opengl wayland "
DISTRO_FEATURES:remove = " x11 vulkan "
TOOLCHAIN_TARGET_TASK:append = " libgles3-mesa-dev "
# DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
MACHINE ?= "raspberrypi0-2w-64"

View File

@ -44,12 +44,14 @@ IMAGE_INSTALL:append = "libcurl \
raspi-gpio \
rsync \
coreutils \
wayland weston \
qtbase \
qtdeclarative \
qtquickcontrols2 \
qtquickcontrols \
qtvirtualkeyboard \
qtgraphicaleffects \
qtwayland \
qt5-opengles2-test \
gdbserver \
"