1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-03 05:56:39 +02:00

fix depend bug

This commit is contained in:
DanyLE 2023-07-27 09:25:00 +02:00
parent d3349df12c
commit ff4f319acd

View File

@ -19,7 +19,7 @@ EXTRA_IMAGE_FEATURES ?= " ssh-server-dropbear read-only-rootfs "
# ssh-server-dropbear # ssh-server-dropbear
DISTRO_FEATURES:append := " vc4-gfx opengl wayland " DISTRO_FEATURES:append := " vc4-gfx opengl wayland "
DISTRO_FEATURES:remove = " x11 vulkan " 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 " # DISTRO_FEATURES:append := " vc4-gfx opengl directfb "
MACHINE ?= "raspberrypi0-2w-64" MACHINE ?= "raspberrypi0-2w-64"