After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794656 - Meson: Use shared_library() instead of library()
Meson: Use shared_library() instead of library()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
1.12.x
Other Linux
: Normal normal
: 1.14.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-24 14:32 UTC by Xavier Claessens
Modified: 2018-03-24 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Meson: Use shared_library() because static build of C# is not supported (2.18 KB, patch)
2018-03-24 14:33 UTC, Xavier Claessens
committed Details | Review

Description Xavier Claessens 2018-03-24 14:32:39 UTC
static build of C# is not supported. See same issue in gtk-sharp:
https://github.com/GLibSharp/GtkSharp/issues/33
Comment 1 Xavier Claessens 2018-03-24 14:33:03 UTC
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.
Comment 2 Thibault Saunier 2018-03-24 14:38:40 UTC
Attachment 370087 [details] pushed as ca6e5d4 - Meson: Use shared_library() because static build of C# is not supported
Comment 3 Thibault Saunier 2018-03-24 14:39:35 UTC
Thanks