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 755494 - gst-plugins-base fails to build with --with-pkg-config-path
gst-plugins-base fails to build with --with-pkg-config-path
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-23 19:00 UTC by perry
Modified: 2015-09-29 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Pass PKG_CONFIG_PATH for gir files (1.22 KB, patch)
2015-09-23 19:00 UTC, perry
committed Details | Review

Description perry 2015-09-23 19:00:07 UTC
Created attachment 311976 [details] [review]
Pass PKG_CONFIG_PATH for gir files

Specifying an explicit PKG_CONFIG_PATH either through the environment or using --with-pkg-config-path fails to build because the gir include search path does not respect PKG_CONFIG_PATH.

The attached patch fixes it for me.
Comment 1 Tim-Philipp Müller 2015-09-29 12:14:08 UTC
Thanks for the patch. Should be fixed in master and 1.6 now and will be in the 1.6.1 release.

commit c5c2466d368794cf7e1c2d0a65e679a720c82079
Author: Perry Hung <perry@leaflabs.com>
Date:   Wed Sep 23 11:59:22 2015 -0400

    app: pass PKG_CONFIG_PATH for gir files for libgstapp as well
    
    gir include search directories should respect PKG_CONFIG_PATH,
    just like we do everywhere else. Makes g-i pick up the right
    paths when using ./configure --with-pkg-config-path=
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755494