summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2005-12-03Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> PatchAlan Coopersmith1-0/+3
#3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid and cfb24 only need to be built on sparc
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin1-1/+5
Update pkgcheck depedencies to work with separate build roots.
2005-10-15Fix typo and add new Makefiles to AC_OUTPUTKevin E Martin1-25/+58
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST
2005-10-14Hook up lbx.Kristian Høgsberg1-1/+6
2005-09-30Man page processing/installation and other doc file updatesAlan Coopersmith1-0/+1
2005-09-26Add initial build system for XpConfigSøren Sandmann Pedersen1-1/+3
2005-08-21Huge cleanup. Group into sections: hardware feature detection, extensionDaniel Stone1-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).
2005-08-20Make Xprint build optional.Daniel Stone1-1/+5
2005-08-17Add buildsystem for Xprint, and:Søren Sandmann Pedersen1-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
2005-07-13Hook dbe into the buildAdam Jackson1-0/+1
2005-07-11Start filling in glx build. Add xf86Version.h and a few DRI headers to theAdam Jackson1-0/+4
sdk (needed for modular driver builds).
2005-07-05Add more defines for XWin DDX Make building of cfb*, afb and mfbAlexander Gottwald1-9/+21
conditional Set FD_SETSIZE=256 on cygwin
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-1/+1
2005-07-01Adding initial build system.Daniel Stone1-0/+37