diff --git a/projects/ARM/options b/projects/ARM/options index 7001c62918..63c03f9627 100644 --- a/projects/ARM/options +++ b/projects/ARM/options @@ -141,6 +141,9 @@ # OpenGL(X) implementation to use (no / mesa) OPENGL="no" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (wl / no) DISPLAYSERVER="no" diff --git a/projects/Allwinner/options b/projects/Allwinner/options index 9d988e435a..50b9766499 100644 --- a/projects/Allwinner/options +++ b/projects/Allwinner/options @@ -37,6 +37,9 @@ # OpenGL(X) implementation to use (no / mesa) OPENGL="no" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (wl / no) DISPLAYSERVER="no" diff --git a/projects/Amlogic/options b/projects/Amlogic/options index f77a2ab6d8..9bbc07058a 100644 --- a/projects/Amlogic/options +++ b/projects/Amlogic/options @@ -46,6 +46,9 @@ # OpenGL(X) implementation to use (no / mesa) OPENGL="no" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (wl / no) DISPLAYSERVER="no" diff --git a/projects/Generic/devices/Generic/options b/projects/Generic/devices/Generic/options index 94475cd756..f8843b03a7 100644 --- a/projects/Generic/devices/Generic/options +++ b/projects/Generic/devices/Generic/options @@ -4,6 +4,9 @@ # OpenGL-ES implementation to use (mesa / no) OPENGLES="mesa" +# Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (weston / x11 / no) DISPLAYSERVER="no" diff --git a/projects/Generic/devices/wayland/options b/projects/Generic/devices/wayland/options index 948674a923..ab3cf235bb 100644 --- a/projects/Generic/devices/wayland/options +++ b/projects/Generic/devices/wayland/options @@ -4,6 +4,9 @@ # OpenGL-ES implementation to use (mesa / no) OPENGLES="mesa" +# Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (wl / x11 / no) DISPLAYSERVER="wl" diff --git a/projects/Generic/devices/x11/options b/projects/Generic/devices/x11/options index a5ff6d8ffb..6b1c2aeded 100644 --- a/projects/Generic/devices/x11/options +++ b/projects/Generic/devices/x11/options @@ -4,6 +4,9 @@ # OpenGL-ES implementation to use (mesa / no) OPENGLES="no" +# Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (weston / x11 / no) DISPLAYSERVER="x11" diff --git a/projects/NXP/options b/projects/NXP/options index 300c16efec..85b303489b 100644 --- a/projects/NXP/options +++ b/projects/NXP/options @@ -35,6 +35,9 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q / opengl-meson6) OPENGLES="mesa" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # include uvesafb support (yes / no) UVESAFB_SUPPORT="no" diff --git a/projects/Qualcomm/devices/Dragonboard/options b/projects/Qualcomm/devices/Dragonboard/options index a43c08fb62..64af254add 100644 --- a/projects/Qualcomm/devices/Dragonboard/options +++ b/projects/Qualcomm/devices/Dragonboard/options @@ -63,6 +63,9 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q / opengl-meson6) OPENGLES="mesa" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # include uvesafb support (yes / no) UVESAFB_SUPPORT="no" diff --git a/projects/RPi/options b/projects/RPi/options index b4e8e7cb72..f2a10dc4ed 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -75,6 +75,9 @@ # OpenGL-ES implementation to use (no / bcm2835-driver / mesa) OPENGLES="mesa" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (wl / no) DISPLAYSERVER="no" diff --git a/projects/Rockchip/options b/projects/Rockchip/options index 1c20771c9c..92369011d7 100644 --- a/projects/Rockchip/options +++ b/projects/Rockchip/options @@ -44,6 +44,9 @@ # OpenGL-ES implementation to use (no / libmali / mesa) OPENGLES="${OPENGLES:-mesa}" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (wl / no) DISPLAYSERVER="no" diff --git a/projects/Samsung/options b/projects/Samsung/options index 111b6472b9..e2043278b2 100644 --- a/projects/Samsung/options +++ b/projects/Samsung/options @@ -48,6 +48,9 @@ # OpenGL(X) implementation to use (no / mesa) OPENGL="no" + # Vulkan implementation to use (vulkan-loader / no) + VULKAN="no" + # Displayserver to use (wl / no) DISPLAYSERVER="no"