diff --git a/tests/check/meson.build b/tests/check/meson.build index 921027fdb1..094d167a76 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -78,7 +78,7 @@ if build_gstgl [ 'libs/gstglshader.c', not build_gstgl, [gstgl_dep]], [ 'libs/gstglsl.c', not build_gstgl, [gstgl_dep]], [ 'libs/gstglslstage.c', not build_gstgl, [gstgl_dep]], - [ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep]] + [ 'libs/gstglupload.c', not build_gstgl, [gstgl_dep]], [ 'elements/glimagesink.c', not build_gstgl, [gstgl_dep]], ] endif