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 784795 - pkgconfig: Add private requirements
pkgconfig: Add private requirements
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-11 13:31 UTC by Edward Hervey
Modified: 2017-07-11 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pkgconfig: Add private requirements (2.35 KB, patch)
2017-07-11 13:31 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2017-07-11 13:31:05 UTC
See patch
Comment 1 Edward Hervey 2017-07-11 13:31:09 UTC
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 2 Tim-Philipp Müller 2017-07-11 13:44:27 UTC
Comment on attachment 355329 [details] [review]
pkgconfig: Add private requirements

The equivalent is needed in meson.build as well :)
Comment 3 Tim-Philipp Müller 2017-07-11 15:16:41 UTC
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