mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
enable wayland support
This commit is contained in:
parent
3ea7678d7c
commit
3e77d3ea67
@ -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"
|
||||
|
@ -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 \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user