We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7796ffc commit dd45be8Copy full SHA for dd45be8
meson.build
@@ -58,6 +58,12 @@ foreach feat : required_wlroots_features
58
endif
59
endforeach
60
61
+# Vulkan headers are installed separately from the loader (which ships the
62
+# pkg-config file)
63
+if not cppc.check_header('vulkan/vulkan.h', dependencies: vulkan_dep)
64
+ error('Missing vulkan-headers')
65
+endif
66
+
67
shadercompiler = find_program('glslangValidator', native: true)
68
69
spirv_shader = custom_target('shader_target',
0 commit comments