[xorg-commit-diffs] xc/lib/Xft Imakefile,1.1.4.3,1.1.4.4

Egbert Eich xorg-commit at pdx.freedesktop.org
Tue Mar 30 06:23:45 PST 2004


Committed by: eich

Update of /cvs/xorg/xc/lib/Xft
In directory pdx:/tmp/cvs-serv15785/lib/Xft

Modified Files:
      Tag: XORG-CURRENT
	Imakefile 
Log Message:
  36.  Conversion: __AMD64__ > __amd64__ (Egbert Eich).
  35.  Fixed stretching option and centering in C&T driver (Egbert Eich).
  34.  Added support for memory size tweaking in BIOS for i845 (Egbert Eich,
       thanks to Christian Ziez)
  33.  Removed video playback dependency on Accel in NSC drivers (Egbert
  3Eich).
  32.  Fix HW cursor state on Savage driver when entering VT as some
       BIOSes seem to enable it unconditionally (Egbert Eich).
  31.  Fixed Emulate3Button message to distinguish between 'hard' (ie.
       configured) and 'soft' (ie. automatic emulation that is disabled as
       soon as the  middle button is pressed) (Egbert Eich).
  30.  Free XrmDB in XCloseDisplay() only when implicitely allocated by
       XGetDefaults(). If Client allocates it itself it should free it also.
       Trying to free it for the client may result in segfault if the client
       has already freed it (Egbert Eich).



Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/lib/Xft/Imakefile,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- a/Imakefile	5 Mar 2004 13:39:22 -0000	1.1.4.3
+++ b/Imakefile	30 Mar 2004 14:23:12 -0000	1.1.4.4
@@ -62,11 +62,7 @@
  * when building inside the tree that means extra work
  */
 #if BuildFontconfigLibrary
-#if !defined(OS2Architecture)
 FONTCONFIG_LIBS=-L$(USRLIBDIR) -lfontconfig
-#else
-FONTCONFIG_LIBS=-L$(USRLIBDIR) -lfontcfg
-#endif
 FONTCONFIG_CFLAGS=-I$(INCROOT)
 #endif
 




More information about the xorg-commit-diffs mailing list