Bug 218 - pkg-config files have wrong/outdated libdir
Summary: pkg-config files have wrong/outdated libdir
Status: CLOSED FIXED
Alias: None
Product: libgig
Classification: Unclassified
Component: libgig (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P5 major
Assignee: Christian Schoenebeck
URL:
: 220 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-05-28 23:29 CEST by Chris Arndt
Modified: 2014-08-24 18:46 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Arndt 2014-05-28 23:29:32 CEST
Now that libgig.so is installed into <prefix>/lib/libgig, the pkg-config file templates gig.pc.in and akai.pc.in need to be updated to set the correct library directory.

The line

libdir=@libdir@

needs to be changed to

libdir=@libdir@/libgig

in both files.
Comment 1 Christian Schoenebeck 2014-06-01 00:46:33 CEST
*** Bug 220 has been marked as a duplicate of this bug. ***