Skip to content

Commit

Permalink
wscript: use pkg-config for vulkan check
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Herkt committed Nov 3, 2017
1 parent e6a68e2 commit b86fb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -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',
Expand Down

0 comments on commit b86fb0f

Please sign in to comment.