Re: Re: Releasing Xft2 and Fontconfig

Keith Packard <[email protected]> Thu, 30 May 2002 21:32:53 -0700
Newsgroups gmane.comp.xfree86.render
Message-ID <E17De5t-00015E-00@localhost>
Around 11 o'clock on May 28, Jos Backus wrote:

> lizzy:/home/jos/xfontstuff/Xft# fontconfig-config --cflags
> -I/usr/local/include
> 
> Shouldn't there be ``-I/usr/X11R6/include'' in there as well?

Not by default; fontconfig doesn't depend on any X code at all, and the 
default install location for autoconf code is /usr/local.  If you want
fontconfig to install in /usr/X11R6 and place it's config file in /etc/
fonts, try

	$ ./configure --prefix=/usr/X11R6 --sysconfdir=/etc

Keith Packard        XFree86 Core Team        HP Cambridge Research Lab