aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gtk/fix_vulkan_enabled.patch
blob: c62095917036d36cde8da968430bbda7fad8b2be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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