diff options
author | Eric Engestrom <eric.engestrom@intel.com> | 2019-10-29 14:21:08 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@intel.com> | 2019-11-05 20:12:32 +0000 |
commit | 2c4395e61c4c090a85f21d57f2d670b5cd59795a (patch) | |
tree | 12c7404508332dd08ffea4432e7a47e31788d3e8 /src/mapi/es1api | |
parent | 67718ca3520b3540dfe08840e6397613c439f5db (diff) |
meson: add variable to control the symbols checks
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviwed-by: Dylan Baker <dylan@pnwbakers>
Diffstat (limited to 'src/mapi/es1api')
-rw-r--r-- | src/mapi/es1api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build index 9d97dd67c40..b2dcd5413ad 100644 --- a/src/mapi/es1api/meson.build +++ b/src/mapi/es1api/meson.build @@ -62,7 +62,7 @@ pkg.generate( libraries_private : gl_priv_libs, ) -if with_tests and prog_nm.found() +if with_symbols_check test( 'es1-ABI-check', symbols_check, |