aboutsummaryrefslogtreecommitdiffstats
path: root/omap/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-10-23 23:32:54 +0100
committerEric Engestrom <eric@engestrom.ch>2019-11-11 22:57:14 +0000
commit0cfa21d55ec78eafc544d502e2e52ba4a196c4ae (patch)
treeacccff1c1f705fd289f1421d556047bb2372c1c5 /omap/meson.build
parent574778100e5a3320216120512b8adbf1ea76fd8a (diff)
downloadexternal_libdrm-0cfa21d55ec78eafc544d502e2e52ba4a196c4ae.tar.gz
external_libdrm-0cfa21d55ec78eafc544d502e2e52ba4a196c4ae.tar.bz2
external_libdrm-0cfa21d55ec78eafc544d502e2e52ba4a196c4ae.zip
omap: convert to new symbols check
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'omap/meson.build')
-rw-r--r--omap/meson.build11
1 files changed, 7 insertions, 4 deletions
diff --git a/omap/meson.build b/omap/meson.build
index f3ea36db..53330b61 100644
--- a/omap/meson.build
+++ b/omap/meson.build
@@ -47,8 +47,11 @@ pkg.generate(
)
test(
- 'omap-symbol-check',
- find_program('omap-symbol-check'),
- env : env_test,
- args : libdrm_omap,
+ 'omap-symbols-check',
+ symbols_check,
+ args : [
+ '--lib', libdrm_omap,
+ '--symbols-file', files('omap-symbols.txt'),
+ '--nm', prog_nm.path(),
+ ],
)