Re: compiling...
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Around 14 o'clock on Nov 26, Brian Paul wrote: > setenv PKG_CONFIG_PATH /usr/lib/pkgconfig > > (I have no idea if that's actually correct) That'll be wrong then :-) > Then: > > cd xlibs/Xproto > ./autogen.sh --prefix=/home/fdo With that prefix, you'll need: setenv PKG_CONFIG_PATH /home/fdo/lib/pkgconfig to pick up the newly installed packages. -keith