From 1382f698617bef3d2ff2c09f0af1b6627021ca7a Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 21 Dec 2017 19:28:00 +0100 Subject: [PATCH] tests: conditionally define the glimagesink test as well Forgotten in previous commit --- tests/check/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/meson.build b/tests/check/meson.build index 4401329..921027f 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -37,7 +37,6 @@ base_tests = [ [ 'elements/libvisual.c', not libvisual_dep.found() ], [ 'elements/decodebin.c' ], [ 'elements/encodebin.c', not theoraenc_dep.found() or not vorbisenc_dep.found() ], - [ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep]], [ 'elements/multifdsink.c' ], [ 'elements/multisocketsink.c' ], [ 'elements/playbin.c' ], @@ -80,6 +79,7 @@ if build_gstgl [ 'libs/gstglsl.c', not build_gstgl, [gstgl_dep]], [ 'libs/gstglslstage.c', not build_gstgl, [gstgl_dep]], [ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep]] + [ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep]], ] endif -- 2.7.4