]> git.wh0rd.org - fontconfig.git/blobdiff - local.def
Fix up support for building Xft1, Xrender and fontconfig out of the tree
[fontconfig.git] / local.def
index 483dd76904ffce4fab76efedf7c0f717cfa4596f..aea4212a8ccde5a765a334b6e7d361220345d873 100644 (file)
--- a/local.def
+++ b/local.def
 #define _Use    _FUse
 #define _UseCat _FUseCat
 
+#ifndef ExpatClientLibs
+#define ExpatClientLibs -lexpat
+#endif
+#ifndef ExpatClientDepLibs
+#define ExpatClientDepLibs
+#endif
+
+#ifndef FontconfigClientDepLibs
+#define FontconfigClientDepLibs $(DEPFONTCONFIGLIB) $(DEPFREETYPE2LIB) ExpatClientDepLibs
+#endif
+#ifndef FontconfigClientLibs
+#define FontconfigClientLibs $(FONTCONFIGLIB) $(FREETYPE2LIB) ExpatClientLibs
+#endif
+
 #if SharedLibFontconfig
 #define SharedFontconfigRev 1.0
 SharedLibReferences(FONTCONFIG,fontconfig,$(FONTCONFIGSRC),SOXLIBREV,SharedFontconfigRev)