add gst-examples repository to subproject list
authorMatthew Waters <matthew@centricular.com>
Tue, 11 Jun 2019 04:45:04 +0000 (14:45 +1000)
committerMatthew Waters <matthew@centricular.com>
Thu, 25 Jul 2019 02:03:00 +0000 (12:03 +1000)
.gitignore
meson.build
subprojects/gst-examples.wrap [new file with mode: 0644]

index ed69abd..5ddf02b 100644 (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
index a599806..5078a57 100644 (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 = '''
diff --git a/subprojects/gst-examples.wrap b/subprojects/gst-examples.wrap
new file mode 100644 (file)
index 0000000..50624b4
--- /dev/null
@@ -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