[Intel-gfx] [PATCH i-g-t 16/22] meson: Don't build the igt audio test without gsl available.
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Sep 5 12:36:18 UTC 2017
From: Eric Anholt <eric at anholt.net>
Signed-off-by: Eric Anholt <eric at anholt.net>
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/meson.build b/tests/meson.build
index 73833758be0e..4dd5a9c9d4c7 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -248,7 +248,7 @@ if libdrm_amdgpu.found()
test_deps += libdrm_amdgpu
endif
-if alsa.found()
+if alsa.found() and gsl.found()
test_progs += [
'audio',
]
--
2.14.1
More information about the Intel-gfx
mailing list