From d0acfc2bf73c087dec44a3250a6a9538c1c2b36b Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 11 Jun 2019 14:45:04 +1000 Subject: [PATCH] add gst-examples repository to subproject list --- .gitignore | 1 + meson.build | 1 + subprojects/gst-examples.wrap | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 subprojects/gst-examples.wrap diff --git a/.gitignore b/.gitignore index ed69abde09..5ddf02b483 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/meson.build b/meson.build index a59980642f..5078a579fc 100644 --- a/meson.build +++ b/meson.build @@ -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 = ''' diff --git a/subprojects/gst-examples.wrap b/subprojects/gst-examples.wrap new file mode 100644 index 0000000000..50624b4393 --- /dev/null +++ b/subprojects/gst-examples.wrap @@ -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