summaryrefslogtreecommitdiff
path: root/radeon
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 /radeon
parent9b1e0842538626303e3873c8bff4a483da1374e7 (diff)
*-symbols-check: let meson figure out how to execute the scripts
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'radeon')
-rw-r--r--radeon/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/radeon/meson.build b/radeon/meson.build
index 1fc5282c..662b5bce 100644
--- a/radeon/meson.build
+++ b/radeon/meson.build
@@ -58,7 +58,7 @@ pkg.generate(
test(
'radeon-symbol-check',
- prog_bash,
+ find_program('radeon-symbol-check'),
env : env_test,
- args : [files('radeon-symbol-check'), libdrm_radeon]
+ args : libdrm_radeon,
)