2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00
repo/extra/libplacebo/patches/no-vulkan-headers.patch

12 lines
304 B
Diff
Raw Normal View History

diff --git a/src/vulkan/meson.build b/src/vulkan/meson.build
index 64c5572..b4bd46a 100644
--- a/src/vulkan/meson.build
+++ b/src/vulkan/meson.build
@@ -54,6 +54,4 @@ if vulkan_build.allowed()
build_deps += vulkan_loader
tests += 'vulkan.c'
endif
-else
- sources += 'vulkan/stubs.c'
endif