1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-03 14:40:32 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
ff4f319acd fix depend bug 2023-07-27 09:25:00 +02:00

View File

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