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 <bra...@endoframe.com>

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to