add gst-examples repository to subproject list

This commit is contained in:
Matthew Waters 2019-06-11 14:45:04 +10:00
parent 5d803bda10
commit d0acfc2bf7
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -22,6 +22,7 @@ meson/
subprojects/gst-integration-testsuites
subprojects/gst-devtools
subprojects/gst-editing-services
subprojects/gst-examples
subprojects/gst-libav
subprojects/gst-omx
subprojects/gst-plugins-bad

View file

@ -63,6 +63,7 @@ subprojects = [
['gstreamer-sharp', { 'option': get_option('sharp') }],
['pygobject', { 'option': get_option('python'), 'match_gst_version': false }],
['gst-python', { 'option': get_option('python'), 'has-plugins': true}],
['gst-examples', { 'option': get_option('examples'), 'match_gst_versions': false}],
]
symlink = '''

View file

@ -0,0 +1,5 @@
[wrap-git]
directory=gst-examples
url=https://gitlab.freedesktop.org/gstreamer/gst-examples.git
push-url=git@gitlab.freedesktop.org:gstreamer/gst-examples.git
revision=master