summaryrefslogtreecommitdiff
path: root/exynos
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 /exynos
parent9b1e0842538626303e3873c8bff4a483da1374e7 (diff)
downloadlibdrm-dddeff5028e1f3f34f67846c12876cd189c61bd1.tar.gz
libdrm-dddeff5028e1f3f34f67846c12876cd189c61bd1.tar.bz2
libdrm-dddeff5028e1f3f34f67846c12876cd189c61bd1.zip
*-symbols-check: let meson figure out how to execute the scripts
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'exynos')
-rw-r--r--exynos/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/exynos/meson.build b/exynos/meson.build
index bdfc3fc6..0136cb2a 100644
--- a/exynos/meson.build
+++ b/exynos/meson.build
@@ -48,7 +48,7 @@ pkg.generate(
test(
'exynos-symbol-check',
- prog_bash,
+ find_program('exynos-symbol-check'),
env : env_test,
- args : [files('exynos-symbol-check'), libdrm_exynos]
+ args : libdrm_exynos,
)