Add gst-integration-testsuites as a subproject
authorThibault Saunier <tsaunier@igalia.com>
Wed, 13 Mar 2019 22:08:59 +0000 (19:08 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 14 Mar 2019 13:10:32 +0000 (10:10 -0300)
meson.build
subprojects/gst-integration-testsuites.wrap [new file with mode: 0644]

index 776626eb0c88d21c56d87c03416ff2f2e3bfca92..426e8edff7bdf0b91003f749eed180c08d749745 100644 (file)
@@ -39,7 +39,8 @@ subprojects = [
   ['gst-plugins-ugly', { 'option': get_option('ugly') }],
   ['gst-libav', { 'option': get_option('libav') }],
   ['gst-rtsp-server', { 'option': get_option('rtsp_server') }],
-  ['gst-devtools', { 'option': get_option('devtools') }],
+  ['gst-devtools', { 'option': get_option('devtools')}],
+  ['gst-integration-testsuites', { 'option': get_option('devtools') }],
   ['gst-editing-services', { 'option': get_option('ges') }],
   ['gstreamer-vaapi', { 'option': get_option('vaapi') }],
   ['gst-omx', { 'option': get_option('omx'), }],
diff --git a/subprojects/gst-integration-testsuites.wrap b/subprojects/gst-integration-testsuites.wrap
new file mode 100644 (file)
index 0000000..357edc2
--- /dev/null
@@ -0,0 +1,5 @@
+[wrap-git]
+directory=gst-integration-testsuites
+url=https://gitlab.freedesktop.org/gstreamer/gst-integration-testsuites.git
+push-url=git@gitlab.freedesktop.org:gstreamer/gst-integration-testsuites.git
+revision=master