arghh.. should have noted this yesterday..

In writing a rpm spec file for this package, i realize that it is a bit
inconvenient to have the requirement that the fontconfig part be
installed prior to the other three parts, when all four are included in
the same source package.

Seems the quick fix is to do CFLAGS=-I../fontconfig and add -I../fontconfig
to the INCLUDES in the Imakefile for Xft1

this way, all the subcomponents can be built, (regardless of order, i
believe) and they can all be installed in one swoop as well.

anyways here's a small little patch for the Imakefile.. might make some packager's 
lives
just a tiny bit easier.

Ken

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

--- Xft1/Imakefile      Fri Aug  2 12:07:39 2002
+++ Xft1/Imakefile.n    Mon Sep  2 13:14:33 2002
@@ -83,11 +83,11 @@
 #define XftLibDir $(LIBDIR)
 #endif
 
 XFTLIBDIR=XftLibDir
 
-INCLUDES=$(FREETYPE2INCLUDES)
+INCLUDES=$(FREETYPE2INCLUDES) -I../fontconfig
 DEFINES=$(FREETYPE2DEFINES) $(RENDERDEFINES)
 
 #if UseFreetype2
 FREETYPE2REQLIB = $(FREETYPE2LIB)
 #endif
_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to