GNOME Bugzilla – Bug 794656
Meson: Use shared_library() instead of library()
Last modified: 2018-03-24 14:39:35 UTC
static build of C# is not supported. See same issue in gtk-sharp: https://github.com/GLibSharp/GtkSharp/issues/33
Created attachment 370087 [details] [review] Meson: Use shared_library() because static build of C# is not supported When gstreamer-sharp is used as a subproject (e.g. gst-build) and the master project is built with default-library=both, gstreamer-sharp should still only build shared libraries instead of failing to configure.
Attachment 370087 [details] pushed as ca6e5d4 - Meson: Use shared_library() because static build of C# is not supported
Thanks