tests: conditionally define the glimagesink test as well
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 21 Dec 2017 18:28:00 +0000 (19:28 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 21 Dec 2017 18:28:00 +0000 (19:28 +0100)
Forgotten in previous commit

tests/check/meson.build

index 44013298d27d9b8f788a07b1693dd9afa29ac67d..921027fdb159ccd223f5aa9ba93193c1535dc8dc 100644 (file)
@@ -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