summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-10-09libXfont 1.4.1libXfont-1.4.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-07Remove unused setting of ENCODINGSDIRAlan Coopersmith1-7/+0
Seems to have been a leftover from before the encoding code was split out into libfontenc by XFree86 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-07Convert documentation from troff to DocBook/XMLAlan Coopersmith1-0/+12
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-7/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-18libXfont 1.4.0libXfont-1.4.0Adam Jackson1-1/+1
2009-01-20Remove loadable renderer support.Adam Jackson1-8/+0
2009-01-20Delete Type1Adam Jackson1-9/+0
Yes, these are still real fonts, but freetype can handle them just fine.
2009-01-20Delete speedoAdam Jackson1-8/+0
OUT OUT OUT
2008-12-19Version bump: 1.3.4libXfont-1.3.4Alan Coopersmith1-1/+1
2008-12-19Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2Alan Coopersmith1-6/+6
2008-11-04Don't clobber CFLAGS in configureJulien Cristau1-5/+3
This lets the user set CFLAGS when running make.
2008-08-28Nuke fontcache.Adam Jackson1-15/+0
Hasn't been relevant since the X-TT merge ages ago.
2008-08-21Add support for bzip2 bitmap font compressionAlan Coopersmith1-3/+13
Code originally written for Solaris Xsun in 2003, ported now to current Xorg <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4819077>
2008-07-02libXfont 1.3.3libXfont-1.3.3Adam Jackson1-1/+1
2008-03-05libXfont 1.3.2libXfont-1.3.2Adam Jackson1-4/+1
2007-09-05Bump version to 1.3.1.libXfont-1.3.1Eric Anholt1-1/+1
2007-07-02Bump version to 1.3.0.libXfont-1.3.0Kristian Høgsberg1-1/+1
2007-06-21Bump version to 1.2.9.libXfont-1.2.9Kristian Høgsberg1-1/+1
2007-04-04Version bump: 1.2.8libXfont-1.2.8Alan Coopersmith1-1/+1
2007-03-23Actually use loadable font modulesAlan Coopersmith1-0/+8
Loadable font modules were not being initialized, and all font renderers known at build time were always being initialized, regardless of Xorg module configuration.
2007-02-20added -flat_namespace to CFLAGS for DarwinBen Byer1-0/+3
2007-01-22Bump to 1.2.7.libXfont-1.2.7Kristian Høgsberg1-1/+1
2006-12-16bump to 1.2.6libXfont-1.2.6Daniel Stone1-1/+1
2006-12-16build Type1 by defaultDaniel Stone1-1/+1
Build Type1 by default, instead of needing to explicitly enable it.
2006-12-01bump to 1.2.5libXfont-1.2.5Daniel Stone1-1/+1
2006-12-01bump to 1.2.4libXfont-1.2.4Daniel Stone1-1/+1
2006-12-01remove CID font support (bug #5553)Daniel Stone1-16/+0
Remove non-free CID font support, which was unused anyway.
2006-10-13Bump to 1.2.3libXfont-1.2.3Adam Jackson1-1/+1
2006-10-05--disable-builtins should not force off all bitmap supportAlan Coopersmith1-8/+5
2006-09-12Bump to 1.2.2.Adam Jackson1-1/+1
2006-07-06Bump to 1.2.0libXfont-1.2.0Adam Jackson1-1/+1
2006-04-01Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump to 1.1libxfont-1_1_0XORG-7_1XORG-7_0_99_901Adam Jackson1-1/+1
for new header files and bugfixes.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin1-1/+1
2005-12-09Bug #5175: Make encodingsdir configurable.MODULAR_COPYKevin E Martin1-0/+9
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin1-1/+1
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin1-0/+3
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin1-1/+1
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-1/+1
2005-09-09AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used inDaniel Stone1-1/+1
the code, and the latter in Makefile.ams for an AM_CONDITIONAL.
2005-08-04If --with-freetype-config is not specified, try pkgconfig freetype2, thenAlan Coopersmith1-4/+11
fall back to freetype-config if pkgconfig fails.
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-2/+4
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-09Rearrange configuration options so that individual font file formats driveKeith Packard1-39/+95
combined options, and so that the default matches the monolithic defaults Extent fontconf.h to cover all formats Typo in src/Makefile.am failed to link in Type1 library Missing xttcap.c from FreeType shim library.
2005-07-08add -D_XOPEN_SOURCE for linux builds; others might need it tooAdam Jackson1-1/+10
2005-07-08disable the poll detection momentarily, it's not correctAdam Jackson1-5/+5
2005-07-08Properly test for the existance of poll(3). Default to using it if itAdam Jackson1-2/+9
exists; add a flag to disable it if you like going slow. Also s/BULITIN/BUILTIN/.
2005-07-04Test for xtrans connection flagsAlexander Gottwald1-0/+3
2005-07-02Build libXfont.la in the 'src' directory as my version of automake reallyKeith Packard1-0/+1
didn't like sub-subdirs in SUBDIRS.
2005-07-01Default --enable-fc to yes; minor formatting changes.Daniel Stone1-6/+5
2005-06-27- Remove fontenc from XfontSøren Sandmann Pedersen1-2/+2
- Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS
2005-06-21Add fontenc directory, update buildsystemSøren Sandmann Pedersen1-0/+1