summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-04 09:37:31 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-10-04 09:43:00 +0100
commitdddeff5028e1f3f34f67846c12876cd189c61bd1 (patch)
treeb7873a97a2026dabe349cfc756e0cb434e795897 /meson.build
parent9b1e0842538626303e3873c8bff4a483da1374e7 (diff)
downloaddrm-dddeff5028e1f3f34f67846c12876cd189c61bd1.tar.gz
*-symbols-check: let meson figure out how to execute the scripts
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 072cb469..2323cc60 100644
--- a/meson.build
+++ b/meson.build
@@ -256,9 +256,6 @@ if prog_xslt.found()
endif
with_man_pages = with_man_pages != 'false' and prog_xslt.found() and prog_sed.found()
-# Used for tests
-prog_bash = find_program('bash')
-
config.set10('HAVE_VISIBILITY',
cc.compiles('''int foo_hidden(void) __attribute__((visibility(("hidden"))));''',
name : 'compiler supports __attribute__(("hidden"))'))