GNOME Bugzilla – Bug 784795
pkgconfig: Add private requirements
Last modified: 2017-07-11 15:16:53 UTC
See patch
Created attachment 355329 [details] [review] pkgconfig: Add private requirements Add libunwind and dw to the .pc Requires.private. Fixes static library compilation if gstreamer was compiled with one of those dependencies
Comment on attachment 355329 [details] [review] pkgconfig: Add private requirements The equivalent is needed in meson.build as well :)
commit c9766eff9dd00c7fde9efab3f51ef5cb0d18df96 Author: Tim-Philipp Müller <tim@centricular.com> Date: Tue Jul 11 16:15:16 2017 +0100 meson: pkgconfig: add libunwind/libdw to gstreamer-1.0 Requires.private https://bugzilla.gnome.org/show_bug.cgi?id=784795 commit b6064abdfe980c0203f0ab083b5622336b5062f7 Author: Edward Hervey <edward@centricular.com> Date: Tue Jul 11 15:29:44 2017 +0200 pkgconfig: Add private requirements Add libunwind and dw to the .pc Requires.private. Fixes static library compilation if gstreamer was compiled with one of those dependencies https://bugzilla.gnome.org/show_bug.cgi?id=784795