wscript: use pkg-config for vulkan check

This commit is contained in:
Martin Herkt 2017-11-03 09:26:32 +01:00
parent e6a68e2330
commit b86fb0f3e9
No known key found for this signature in database
GPG Key ID: C24B9CD04DC6AE7F
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ video_output_features = [
}, {
'name': '--vulkan',
'desc': 'Vulkan context support',
'func': check_cc(header_name='vulkan/vulkan.h', lib='vulkan'),
'func': check_pkg_config('vulkan'),
}, {
'name': '--shaderc',
'desc': 'libshaderc SPIR-V compiler',