diff --git a/sources/meson.build b/sources/meson.build index a86389c017..3537fd5eff 100644 --- a/sources/meson.build +++ b/sources/meson.build @@ -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) diff --git a/subprojects/gtk-sharp.wrap b/subprojects/gtk-sharp.wrap index 79226f6253..e589619293 100644 --- a/subprojects/gtk-sharp.wrap +++ b/subprojects/gtk-sharp.wrap @@ -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