From 887da9a04b68ef240f59f4ce32fd102ae618e833 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 13 Mar 2019 19:08:59 -0300 Subject: [PATCH] Add gst-integration-testsuites as a subproject --- meson.build | 3 ++- subprojects/gst-integration-testsuites.wrap | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 subprojects/gst-integration-testsuites.wrap diff --git a/meson.build b/meson.build index 776626eb0c..426e8edff7 100644 --- a/meson.build +++ b/meson.build @@ -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 index 0000000000..357edc2d9f --- /dev/null +++ b/subprojects/gst-integration-testsuites.wrap @@ -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