GLibSharp / GtkSharp

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

Meson: Use shared_library() instead of library() #33

Closed xclaesse closed 6 years ago

xclaesse commented 6 years ago

library() function is to allow building shared, static or both libraries. But only shared is currently supposed. Passing --default-library=static I get that error from meson:

ERROR: Static libraries not supported for C#.

thiblahute commented 6 years ago

Patch very welcomed ;)

xclaesse commented 6 years ago

I posted the same patch for gstreamer-sharp: https://bugzilla.gnome.org/show_bug.cgi?id=794656