flatpak-build.sh: Do not disable vulkan

In a94d7abf0d we removed
the explicit disable from the manifest.

Now we should also have the CI build the vulkan render as well.
This commit is contained in:
Jordan Petridis
2024-03-20 21:18:13 +02:00
parent 82aee038e9
commit 6ca9e5987b

View File

@@ -19,7 +19,6 @@ flatpak build ${builddir} meson \
--buildtype=debugoptimized \
-Dx11-backend=true \
-Dwayland-backend=true \
-Dvulkan=disabled \
-Dbuild-tests=false \
-Dbuild-testsuite=false \
-Dbuild-examples=false \