xserver-multidpi/hw
Daniel Stone 5881051738 Huge cleanup. Group into sections: hardware feature detection, extension
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-21 19:15:11 +00:00
..
darwin Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h". 2005-07-03 08:53:54 +00:00
dmx Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh 2005-08-20 18:11:17 +00:00
kdrive Build with modular X.org libraries and headers. 2005-08-08 06:25:21 +00:00
vfb Fix distcheck for server 2005-07-28 23:28:34 +00:00
xfree86 Huge cleanup. Group into sections: hardware feature detection, extension 2005-08-21 19:15:11 +00:00
xgl make mouse support work - note you need to change the evdev devices in the 2005-08-15 08:24:45 +00:00
xnest Fix distcheck for server 2005-07-28 23:28:34 +00:00
xwin Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are 2005-08-02 17:57:36 +00:00
Makefile.am Fix distcheck for server 2005-07-28 23:28:34 +00:00