diff options
author | Eric Engestrom <[email protected]> | 2019-10-29 14:21:08 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-11-05 20:12:32 +0000 |
commit | 2c4395e61c4c090a85f21d57f2d670b5cd59795a (patch) | |
tree | 12c7404508332dd08ffea4432e7a47e31788d3e8 /src/amd/vulkan/meson.build | |
parent | 67718ca3520b3540dfe08840e6397613c439f5db (diff) |
meson: add variable to control the symbols checks
Signed-off-by: Eric Engestrom <[email protected]>
Reviwed-by: Dylan Baker <dylan@pnwbakers>
Diffstat (limited to 'src/amd/vulkan/meson.build')
-rw-r--r-- | src/amd/vulkan/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build index ddb2249b86f..732659fb644 100644 --- a/src/amd/vulkan/meson.build +++ b/src/amd/vulkan/meson.build @@ -166,7 +166,7 @@ libvulkan_radeon = shared_library( install : true, ) -if with_tests and prog_nm.found() +if with_symbols_check test( 'radv symbols check', symbols_check, |