openal-soft .pc file compiling is broken i need help please

Braden McDaniel braden at endoframe.com
Mon Apr 5 01:11:40 UTC 2010


On Sun, 2010-04-04 at 17:18 +0200, LinuxDonald wrote: 
> Am 01.04.2010 23:01, schrieb Braden McDaniel:

[snip] 
     
> > It looks like this line in CMakeLists.txt:
> >
> >    
> >> SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}")
> >>      
> > should be
> >
> >    
> >> SET(libdir "${LIB_INSTALL_DIR}")
> >>      
> >    
> Yeah that fixed:
> libdir=/usr/lib64
> 
> But what about that:
> exec_prefix=${prefix}
> includedir=${prefix}/include
> ?
> That are broken to in the .pc file :(

Those don't look broken to me.  Why do you think they are?

See "man pkg-config" under METADATA FILE SYNTAX.

-- 
Braden McDaniel <braden at endoframe.com>



More information about the devel mailing list