Need commit access to xlibs project on fdo
Jon Smirl
jonsmirl at gmail.com
Sun Aug 7 16:02:35 PDT 2005
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
On 8/7/05, Daniel Stone <daniels at fooishbar.org> wrote:
> On Sun, Aug 07, 2005 at 12:45:52AM -0400, Jon Smirl wrote:
> > Yes, I know all this. But modular X.org isn't finished yet and Xegl
> > has already been built off from the existing kdrive code. When modular
> > X.org is ready Xegl will get converted.
>
> The libraries are fine, and have nothing to do with the server. Ignore
> xlibs and work on the xorg libraries. xserver is another kettle of fish
> altogether, and irrelevant to this discussion.
>
--
Jon Smirl
jonsmirl at gmail.com
More information about the xorg
mailing list