diff options
author | Eric Engestrom <[email protected]> | 2017-10-30 15:47:26 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-10-31 17:59:54 +0000 |
commit | be301ab724ce3a582a9a33f311893f3c6b55e964 (patch) | |
tree | a43fa57e135e9a3eea5be871cc2a093595612b9e /src/egl/wayland/wayland-egl | |
parent | 64f17440b65b3065ba3d14155cd3da831200e49c (diff) |
meson: pass correct args to wayland-egl symbol test
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/wayland/wayland-egl')
-rw-r--r-- | src/egl/wayland/wayland-egl/meson.build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/egl/wayland/wayland-egl/meson.build b/src/egl/wayland/wayland-egl/meson.build index f380e96ee32..14c78a3ecbc 100644 --- a/src/egl/wayland/wayland-egl/meson.build +++ b/src/egl/wayland/wayland-egl/meson.build @@ -38,6 +38,9 @@ pkg.generate( ) if with_tests - test('wayland-egl-symbols-check', find_program('wayland-egl-symbols-check')) + test('wayland-egl-symbols-check', + find_program('wayland-egl-symbols-check'), + args : libwayland_egl + ) test('wayland-egl-abi-check', executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c')) endif |