zeek/auxil/vcpkg/ports/gtk/fix_vulkan_enabled.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
255 B
Diff

diff --git a/meson.build b/meson.build
index 5ade7c2..9f48161 100644
--- a/meson.build
+++ b/meson.build
@@ -123,7 +123,6 @@ os_unix = not os_win32
if os_darwin
wayland_enabled = false
- vulkan_enabled = false
else
macos_enabled = false
endif