Need commit access to xlibs project on fdo

Jon Smirl jonsmirl at gmail.com
Sun Aug 7 19:37:20 PDT 2005


On 8/7/05, Daniel Stone <daniel at fooishbar.org> wrote:
> 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.

Keith told me to fix the paths. 

DeviceUnwrapProc is still causing problems since it was introduced
into input.h after kdrive. I copied the input.h from xorg modular into
kdrive and it seems to work.

There is no xrecord.pc being made but the prototype package is there.

-- 
Jon Smirl
jonsmirl at gmail.com



More information about the xorg mailing list