summaryrefslogtreecommitdiff
path: root/src/egl/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-29 14:21:08 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-11-05 20:12:32 +0000
commit2c4395e61c4c090a85f21d57f2d670b5cd59795a (patch)
tree12c7404508332dd08ffea4432e7a47e31788d3e8 /src/egl/meson.build
parent67718ca3520b3540dfe08840e6397613c439f5db (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/egl/meson.build')
-rw-r--r--src/egl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/meson.build b/src/egl/meson.build
index 1c1143f3418..e691f509067 100644
--- a/src/egl/meson.build
+++ b/src/egl/meson.build
@@ -186,7 +186,7 @@ if not with_glvnd
)
endif
-if with_tests and prog_nm.found()
+if with_symbols_check
if with_glvnd
egl_symbols = files('egl-glvnd-symbols.txt')
else