summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Xprint/ -> hw/xprintAdam Jackson2006-06-181-11/+2
| | | | XpConfig -> hw/xprint/config
* Kill LBX, too.Daniel Stone2006-06-011-7/+1
|
* Remove another reference to cfb16.Donnie Berkholz2006-04-241-1/+0
|
* missed a line while removing cfb16Adam Jackson2006-04-061-1/+0
|
* Remove cfb16, no longer used.Adam Jackson2006-04-061-1/+0
|
* Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1Kristian Høgsberg2006-03-211-0/+2
| | | | | Bump CVS version to 1.0.99.1. Distcheck fixes.
* Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard2006-02-161-2/+10
| | | | | | actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table.
* Move EXA implementation up to the top level and remove its XFree86Eric Anholt2006-02-161-0/+1
| | | | | | | | dependencies. It was nearly abstract enough already to be used by multiple DDXes. This will be useful for EXA development through providing a fake acceleration implementation within Xephyr, so that testing can be done on new EXA code without worrying about buggy drivers.
* Speed up checkout and autogen by removing disused iplan2p4 and ilbm.Adam Jackson2006-01-261-3/+0
|
* Remove xf8_32wid, it's dead code with no maintainer interest. Also removeAdam Jackson2006-01-251-5/+0
| | | | cfb24, since xf8_32wid was the only user.
* Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson2005-12-261-0/+4
|
* Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> PatchAlan Coopersmith2005-12-031-0/+3
| | | | | #3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid and cfb24 only need to be built on sparc
* Add xorg-server.m4 for driver dependency checking.Kevin E Martin2005-11-011-1/+5
| | | | Update pkgcheck depedencies to work with separate build roots.
* Fix typo and add new Makefiles to AC_OUTPUTKevin E Martin2005-10-151-25/+58
| | | | | | Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST
* Hook up lbx.Kristian Høgsberg2005-10-141-1/+6
|
* Man page processing/installation and other doc file updatesAlan Coopersmith2005-09-301-0/+1
|
* Add initial build system for XpConfigSøren Sandmann Pedersen2005-09-261-1/+3
|
* Huge cleanup. Group into sections: hardware feature detection, extensionDaniel Stone2005-08-211-0/+5
| | | | | | | | | | | | | | | detection/configuration, DDX options. Make building of Xorg DDX fully optional. Clarify and correct some help texts. Change all comments to use dnl instead of #. Quote all tests correctly, and guard pure-variable tests with 'x' (e.g. test $DMX = yes -> test "x$DMX" = xyes). Since the DDXes seem to have pretty divergent extension support these days, get rid of EXTENSION_LIBS, DMX_EXTENSIONS and XPRINT_EXTENSIONS, and go back to building extension lists by hand in the DDX-specific sections. Use portable POSIX constructs everywhere (e.g. test foo && test bar, instead of test foo -a bar). Clean up old cruft. Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu instead of amd64 (Jürg Billeter).
* Make Xprint build optional.Daniel Stone2005-08-201-1/+5
|
* Add buildsystem for Xprint, and:Søren Sandmann Pedersen2005-08-171-1/+2
| | | | | | | | | Wed Aug 17 14:50:58 2005 Soren Sandmann <sandmann@redhat.com> Include <X11/extensions/Print{,str}.h> instead of "Print{,str}.h" Include <X11/fonts/fontstruct.h> isntead of "fonts/fontstruct.h" Wed Aug 17 14:54:49 2005 Søren Sandmann <sandmann@redhat.com> Conditionally compile in xprint.c Add Xprint
* Hook dbe into the buildAdam Jackson2005-07-131-0/+1
|
* Start filling in glx build. Add xf86Version.h and a few DRI headers to theAdam Jackson2005-07-111-0/+4
| | | | sdk (needed for modular driver builds).
* Add more defines for XWin DDX Make building of cfb*, afb and mfbAlexander Gottwald2005-07-051-9/+21
| | | | conditional Set FD_SETSIZE=256 on cygwin
* Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone2005-07-021-1/+1
|
* Adding initial build system.Daniel Stone2005-07-011-0/+37