Add gst-integration-testsuites as a subproject

This commit is contained in:
Thibault Saunier 2019-03-13 19:08:59 -03:00
parent 406caf378d
commit 887da9a04b
2 changed files with 7 additions and 1 deletions

View 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'), }],

View file

@ -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