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