meson: Fix gtk-sharp git repo url
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 20 Sep 2017 20:48:22 +0000 (17:48 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 20 Sep 2017 20:50:13 +0000 (17:50 -0300)
We want to use the new gtk-sharp/gtk-sharp "upstream", not some random repo!

sources/meson.build
subprojects/gtk-sharp.wrap

index a86389c..3537fd5 100644 (file)
@@ -41,14 +41,6 @@ gst_sharp = library('gstreamer-sharp', gst_source_gen, sources,
             '-keyfile:' + snk],
         dependencies: [glib_sharp_dep, gio_sharp_dep])
 
-#gluegen = custom_target('gluegen',
-        #input: raw_api_fname,
-        #output: 'generate.c',
-        #command: [generate_api, '--fakeglue'],
-        #depends: [gst_source_gen])
-
-#gst_glue = library('gstreamersharpglue-1.0.0', gluegen, 'glue/gobject.c', dependencies: gst_deps)
-
 gst_sharp_dep = declare_dependency(dependencies: [glib_sharp_dep, gio_sharp_dep],
         link_with: gst_sharp)
 
index 79226f6..e589619 100644 (file)
@@ -1,4 +1,4 @@
 [wrap-git]
 directory=gtk-sharp
-url=https://github.com/openmedicus/gtk-sharp.git
+url=https://github.com/gtk-sharp/gtk-sharp.git
 revision=master