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 661096 - clutter-gst.pc hardcodes paths
clutter-gst.pc hardcodes paths
Status: RESOLVED FIXED
Product: clutter-gst
Classification: Other
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: clutter-gst-maint
clutter-gst-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-06 15:39 UTC by Laurent Bigonville
Modified: 2011-10-07 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (717 bytes, patch)
2011-10-06 15:40 UTC, Laurent Bigonville
none Details | Review

Description Laurent Bigonville 2011-10-06 15:39:18 UTC
Hi,

clutter-gst.pc hardcodes path:

prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Please avoid doing that and use paths coming from configure
Comment 1 Laurent Bigonville 2011-10-06 15:40:34 UTC
Created attachment 198443 [details] [review]
Patch
Comment 2 Damien Lespiau 2011-10-07 11:09:13 UTC
Thanks for the patch, pushed.