vcpkg/ports/gtk/fix_vulkan_enabled.patch
Javier Matos Denizac 3d72d8c930
[CI][GTK] Fix vulkan_enabled bug in GTK (#39788)
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
2024-07-10 16:43:47 -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