GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
27 stars 21 forks source link

Meson: Use shared_library() because static build of C# is not supported #34

Closed xclaesse closed 6 years ago

xclaesse commented 6 years ago

When gtk-sharp is used as a subproject (e.g. gst-build) and the master project is built with default-library=both, gtk-sharp should still only build shared libraries instead of failing to configure.

thiblahute commented 6 years ago

Thanks!