From ff4f319acdd23ca3e1ece917ca56ea410c3b213e Mon Sep 17 00:00:00 2001 From: DanyLE Date: Thu, 27 Jul 2023 09:25:00 +0200 Subject: [PATCH] fix depend bug --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index fe164f8..a5de6e1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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"