libX11-6.2.1 and pkg-config 0.23

Simon Thum simon.thum at gmx.de
Thu Feb 19 01:04:13 PST 2009


Pedro Izecksohn wrote:
> pkg-config --cflags xproto
> 
>   prints a line-feed only and keysymdef.h exists in my system and it is in
> the right place.
Same here, on my local system (gentoo + X11 overlay). In my git tree it
gives a good-looking -I arg.

Though I never had problems building anything. Weird. You may try using
specialized package definitions like kbproto, though that failed too on
my local.

A diff returns only obvious stuff (see below), so I'd say its a
pkg-config related issue.

James, any idea?



diff /usr/lib/pkgconfig/xproto.pc ../../build/lib/pkgconfig/xproto.pc
1c1
< prefix=/usr
---
> prefix=/usr/src/xorg/build
3c3
< libdir=${exec_prefix}/lib
---
> libdir=/usr/src/xorg/build/lib
9c9
< Version: 7.0.13
---
> Version: 7.0.14



More information about the xorg mailing list