CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       07/05/18 11:02:01

Log message:
   150. Fix build with an external freetype2 library (both newer and older than
        the version we provide under xc/extras/).  However, still build
        libXfont's FreeType backend module with the freetype2 version we provide
        because it is the only version known to be modified to correctly build
        the module (Jie Luo, Marc La France).

Modified files:
      xc/extras/freetype2/include/freetype/:
        fttypes.h 
      xc/extras/freetype2/include/freetype/config/:
        ftconfig.h ftmodule.h ftoption.h ftstdlib.h 
      xc/extras/freetype2/src/base/:
        ftsystem.c 
      xc/lib/Xft/:
        Imakefile 
      xc/lib/Xft1/:
        Imakefile 
      xc/lib/font/FreeType/:
        Imakefile ftfuncs.c ftfuncs.h 
      xc/lib/font/FreeType/module/:
        Imakefile 
      xc/lib/fontconfig/:
        Imakefile 
      xc/lib/freetype2/:
        Imakefile 
      xc/lib/freetype2/freetype/config/:
        Imakefile 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/fonttosfnt/:
        Imakefile 
      xc/programs/mkfontscale/:
        Imakefile 
      xc/programs/x11perf/:
        Imakefile 
      xc/programs/xclock/:
        Imakefile 
      xc/programs/xditview/:
        Imakefile 
      xc/programs/xfd/:
        Imakefile 
      xc/programs/xlogo/:
        Imakefile 
      xc/programs/xterm/:
        Imakefile 
Removed files:
      xc/lib/font/FreeType/:
        ftconfig.h ftsystem.c 
      xc/lib/font/FreeType/module/:
        ft2build.h ftheader.h ftmodule.h ftoption.h ftstdlib.h 
        fttypes.h 
  
  Revision      Changes    Path
  1.2           +183 -19   xc/extras/freetype2/include/freetype/fttypes.h
  1.7           +7 -4      
xc/extras/freetype2/include/freetype/config/ftconfig.h
  1.2           +16 -0     
xc/extras/freetype2/include/freetype/config/ftmodule.h
  1.9           +10 -0     
xc/extras/freetype2/include/freetype/config/ftoption.h
  1.2           +88 -12    
xc/extras/freetype2/include/freetype/config/ftstdlib.h
  1.3           +25 -1     xc/extras/freetype2/src/base/ftsystem.c
  1.33          +4 -3      xc/lib/Xft/Imakefile
  1.18          +2 -2      xc/lib/Xft1/Imakefile
  1.33          +3 -8      xc/lib/font/FreeType/Imakefile
  1.47          +138 -112  xc/lib/font/FreeType/ftfuncs.c
  1.20          +2 -1      xc/lib/font/FreeType/ftfuncs.h
  1.24          +3 -3      xc/lib/font/FreeType/module/Imakefile
  1.22          +2 -2      xc/lib/fontconfig/Imakefile
  1.27          +2 -2      xc/lib/freetype2/Imakefile
  1.14          +1 -5      xc/lib/freetype2/freetype/config/Imakefile
  3.3881        +6 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.11          +2 -2      xc/programs/fonttosfnt/Imakefile
  1.10          +2 -2      xc/programs/mkfontscale/Imakefile
  3.14          +2 -2      xc/programs/x11perf/Imakefile
  1.11          +2 -2      xc/programs/xclock/Imakefile
  1.10          +2 -2      xc/programs/xditview/Imakefile
  1.8           +2 -2      xc/programs/xfd/Imakefile
  1.8           +2 -2      xc/programs/xlogo/Imakefile
  3.78          +2 -2      xc/programs/xterm/Imakefile

_______________________________________________
Cvs-Commit mailing list
Cvs-Commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to