From 79726d0278dceaa5101ef823b2ec6cdd8f62fb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 23 Dec 2021 21:46:47 +0100 Subject: [PATCH] Add vulkan to distro features for Raspi4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/include/mortsgna-distro-features.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/distro/include/mortsgna-distro-features.inc b/conf/distro/include/mortsgna-distro-features.inc index c9a1991..9618c85 100644 --- a/conf/distro/include/mortsgna-distro-features.inc +++ b/conf/distro/include/mortsgna-distro-features.inc @@ -51,6 +51,12 @@ DISTRO_WAYLAND:mx8 = "" DISTRO_WAYLAND:use-mainline-bsp = "wayland" DISTRO_FEATURES += "${DISTRO_WAYLAND}" +# vulkan +DISTRO_VULKAN = "" +DISTRO_VULKAN:raspberrypi4 = "vulkan" +DISTRO_VULKAN:raspberrypi4-64 = "vulkan" +DISTRO_FEATURES += "${DISTRO_VULKAN}" + # Uncomment for tests on gold-trouble only #DISTRO_FEATURES += 'ld-is-gold'