Need commit access to xlibs project on fdo

Daniel Stone daniel at fooishbar.org
Sun Aug 7 19:34:14 PDT 2005


On Sun, Aug 07, 2005 at 07:02:35PM -0400, Jon Smirl wrote:
> xtrans.pc is missing a path
> 
> [root at jonsmirl modular]# cat ./lib/pkgconfig/xtrans.pc
> prefix=/opt/modular
> exec_prefix=${prefix}
> libdir=${exec_prefix}/lib
> includedir=${prefix}/include
> 
> Name: XTrans
> Description: Abstract network code for X
> Version: 0.99.0
> Cflags: -I${includedir} -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT
> 
> should be
> 
> Cflags: -I${includedir} -I${xtransincludedir} -D_BSD_SOURCE
> -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT

Your analyses here are incorrect.  xserver needs its paths fixed as
xc/programs/Xserver had done to it.



More information about the xorg mailing list