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


_______________________________________________
Render mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/render

Reply via email to