tests: add missing comma
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 21 Dec 2017 18:32:03 +0000 (19:32 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 21 Dec 2017 18:32:03 +0000 (19:32 +0100)
tests/check/meson.build

index 921027f..094d167 100644 (file)
@@ -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