meson: Fix gtk-sharp git repo url

We want to use the new gtk-sharp/gtk-sharp "upstream", not some random repo!
This commit is contained in:
Thibault Saunier 2017-09-20 17:48:22 -03:00
parent ea37557f6e
commit cd5b0e1992
2 changed files with 1 additions and 9 deletions

View 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)

View 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