Add wrap file for json-glib
authorThibault Saunier <tsaunier@igalia.com>
Tue, 23 Oct 2018 12:08:34 +0000 (14:08 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 23 Oct 2018 12:17:06 +0000 (14:17 +0200)
meson.build
subprojects/json-glib.wrap [new file with mode: 0644]

index d050996..dbfa0fa 100644 (file)
@@ -71,8 +71,7 @@ subprojects = {
       'dependencies': [dependency('libva', version: ['>= 0.30.4', '!= 0.99.0'], required : vaapi_opt)]
     },
     'gst-devtools': {
-      'option': devtools_opt,
-      'dependencies': [dependency('json-glib-1.0', required: devtools_opt)],
+      'option': devtools_opt
     },
     'gst-editing-services': { 'option': ges_opt, 'dependencies': [dependency('libxml-2.0', required : ges_opt)] },
     'gst-rtsp-server': { 'option': get_option('rtsp_server') },
diff --git a/subprojects/json-glib.wrap b/subprojects/json-glib.wrap
new file mode 100644 (file)
index 0000000..c6a9427
--- /dev/null
@@ -0,0 +1,4 @@
+[wrap-git]
+directory=json-glib
+url=https://gitlab.gnome.org/GNOME/json-glib.git
+revision=master
\ No newline at end of file