Mon Aug 8 13:36:23 2005 Søren Sandmann * include/xorg-config.h.in: #undef PIXPRIV here. 2005-08-07 Keith Packard * include/dix-config.h.in: Re-add _XOPEN_SOURCE as it's needed *sometimes*. Place it in #ifndef to avoid whinging. 2005-08-07 Keith Packard * .cvsignore: * GL/mesa/X/.cvsignore: * Xext/extmod/.cvsignore: * afb/.cvsignore: * cfb/.cvsignore: * cfb16/.cvsignore: * cfb24/.cvsignore: * cfb32/.cvsignore: * hw/dmx/.cvsignore: * hw/dmx/config/.cvsignore: * hw/vfb/.cvsignore: * hw/xfree86/.cvsignore: * hw/xfree86/common/.cvsignore: * hw/xfree86/dixmods/.cvsignore: * hw/xfree86/exa/.cvsignore: * hw/xfree86/os-support/linux/drm/.cvsignore: * hw/xfree86/ramdac/.cvsignore: * hw/xfree86/scanpci/.cvsignore: * hw/xfree86/x86emu/.cvsignore: * hw/xfree86/xaa/.cvsignore: * hw/xfree86/xf1bpp/.cvsignore: * hw/xfree86/xf4bpp/.cvsignore: * hw/xnest/.cvsignore: * include/.cvsignore: * mfb/.cvsignore: Add autogenerated source files and other various non-CVS material to .cvsignore files * hw/xfree86/exa/Makefile.am: Use XORG_CFLAGS. Ensure that all exa files are in SOURCES * include/dix-config.h.in: remove _XOPEN_SOURCE as it's always in xtrans.pc these days and gcc whines * configure.ac: libdamage.la needs libcw.la when COMPOSITE is defined, but that libdamage.la must be after libcomposite.la, so add libcw.la to DAMAGE_LIB instead of EXTENSION_LIBS. Regularize library link order across all X servers 2005-08-07 Adam Jackson * configure.ac: Invert the sense of the composite configure flag to match reality. 2005-08-07 Adam Jackson * configure.ac: * miext/damage/Makefile.am: Bug #3989: Fix Composite builds, enable Composite build by default. (Olli Helenius) 2005-08-04 Adam Jackson * hw/xfree86/common/Makefile.am: * hw/xfree86/os-support/bus/Makefile.am: EXTRA_DIST hacks to get all the OS support files into the tarball. 2005-08-04 Adam Jackson * configure.ac: * GL/Makefile.am: * GL/include/Makefile.am: * GL/include/GL/Makefile.am: * hw/xfree86/os-support/solaris/Makefile.am: * hw/xfree86/scanpci/Makefile.am: - Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho, Olli Helenius) - Fix some distcheck problems for non-solaris systems - Change server version number from the Xorg rev to an independent one - _POSIX_SOURCE and _XOPEN_SOURCE defined to the right values 2005-08-04 Adam Jackson * configure.ac: * GL/mesa/main/Makefile.am: - Check for vsnprintf - Don't build the Xorg DDX on darwin - Workaround for gcc defining __ppc__ but not __powerpc__ 2005-08-02 Keith Packard * hw/xwin/Makefile.am: Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are regenerated after 'make clean' and to make parallel builds work right. 2005-08-01 Keith Packard * hw/dmx/config/Makefile.am: Note yacc and lex generated files as BUILT_SOURCES so they are created before anything is compiled; required for parallel builds 2005-07-06 Alexander Gottwald * configure.ac: * Makefile.am: * include/dix-config.h: Add more defines for XWin DDX Make building of cfb*, afb and mfb conditional Set FD_SETSIZE=256 on cygwin 2005-07-05 Alexander Gottwald * hw/xwin/Makefile.am: Build miinitext.c and fbcmap.c as DDX specific files * configure.ac: Do not define _POSIX_SOURCE on cygwin. 2005-07-05 Alexander Gottwald * fb/Makefile.am: * mi/Makefile.am: * xkb/Makefile.am: Revert last changes. They have to be addressed in a different way 2005-07-05 Alexander Gottwald * configure.ac: * hw/Makefile.am: Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86Misc conditional * include/xwin-config.h.in: * hw/xwin/Makefile.am: Add XWin DDX * include/dix-config.h.in: Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET * fb/Makefile.am: Added fbcmap.c * mi/Makefile.am: Added miinitext.c * xkb/Makefile.am: Added -I$(top_srcdir)/Xext/extmod to INCLUDES 2005-07-02 Daniel Stone * acinclude.m4: * autogen.sh: * configure.ac: * **/Makefile.am: * xorg-server.pc.in: Initial build system checked in.