summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2005-11-08Add newly checked in files to Xorg server build.Kevin E Martin1-3/+22
Fix release date. Enable DGA extension by default.
2005-11-03Fix vendor string and release version reported by the servers. EnableKevin E Martin1-14/+39
security, lbx and xevie extensions to give us parity with monolithic tree.
2005-11-02Add support for enabling/disabling DBE (part of generic enable/disableKevin E Martin1-9/+16
extension support in the server).
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin1-9/+15
Update pkgcheck depedencies to work with separate build roots.
2005-10-21Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos)Adam Jackson1-1/+1
2005-10-20Bug #4817 <https://bugs.freedesktop.org/show_bug.cgi?id=4817> Restore '='Donnie Berkholz1-1/+1
to '==' in test for mmx_capable.
2005-10-18Update package version number for RC1 release. Update release string toXORG-6_99_99_901Kevin E Martin1-2/+2
6.99.99.901 (i.e., 7.0 RC1).
2005-10-17Fix whitespace in AS_HELP_STRING uses, convert all help strings to useKristian Høgsberg1-41/+49
AS_HELP_STRING.
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin1-6/+39
Add missing files to EXTRA_DIST
2005-10-16Change '==' to portable '='.Donnie Berkholz1-10/+10
2005-10-15Fix typo and add new Makefiles to AC_OUTPUTKevin E Martin1-1/+7
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST
2005-10-14Hook up lbx.Kristian Høgsberg1-7/+17
2005-10-14Set default font path to match the default in the monolith so fonts areAlan Coopersmith1-1/+3
actually found.
2005-10-14Add XTRAP_LIB to XPRINT_EXTENSIONS to fix xprint build when xtrap isDonnie Berkholz1-1/+1
enabled.
2005-10-14Require glproto >= 1.4.1 if building DRI with GLX. This fixes a buildDonnie Berkholz1-1/+1
failure on a number of hyperpipe functions.
2005-10-13AC_SUBST VENDOR_STRING & VENDOR_RELEASE for xorgcfg's app-defaults fileAlan Coopersmith1-1/+3
2005-10-07Add Xprint init scrips to EXTRA_DIST.Kristian Høgsberg1-0/+4
2005-10-07Add darwin to distKevin E Martin1-0/+1
Include missing docs in EXTRA_DIST Include headers and other files in dist
2005-10-06symlink.sh:Søren Sandmann Pedersen1-0/+11
New files linked: xorgconf.cpp Options usb.3 usb_hid_usages lynx_ppc.S BUSmemcpy.S IODelay.S PortIO.S SlowBcopy.S sun_inout.s xaaTEGlyphBlt.S xkbcomp/compiled/README New files excluded: All of lib/GL/apple xlibi18n/*/*.mapfile xxserver/xorg/configure.ac, xkb/Makefile.am: Install README.compiled in the xkb output dir
2005-10-06Add support for building DMX config and examples programs Add missing filesKevin E Martin1-0/+15
to EXTRA_DIST Install Xdmx man page
2005-10-05Add DGA configure option and add various files that we should be dist'ing.Kristian Høgsberg1-1/+8
Simplify xf86DefModeSet.c rule a bit.
2005-10-05Xdmx & Xprint also need xau & xdmcp module dependenciesAlan Coopersmith1-5/+5
2005-10-05Xnest depends on xdmcp & xau modules tooAlan Coopersmith1-1/+3
2005-10-05Bug #4038: Unbreak the SYSVIPC check for cross builds. (Detlef Vollman)Adam Jackson1-1/+1
2005-10-04Add gtf to xserver/xorg/hw/xfree86/utilsAlan Coopersmith1-0/+1
2005-10-03Add missing ] (Dawid Gajownik)Alan Coopersmith1-1/+1
Add getconfig (Dawid Gajownik)
2005-10-03Real configure check for execinfo.h (Yuri Vasilevski)Adam Jackson1-0/+7
2005-10-01Add hw/xfree86/getconfigAlan Coopersmith1-0/+1
2005-09-30Man page processing/installation and other doc file updatesAlan Coopersmith1-0/+4
2005-09-28Add kbd_mode build systemAlan Coopersmith1-0/+24
2005-09-27Make XpConfig build system call mkfont{scale,dir}Søren Sandmann Pedersen1-0/+6
2005-09-27Get XpConfig build system in pretty much working stateSøren Sandmann Pedersen1-0/+4
2005-09-27Add build system for building docs and fix setuid issues.Kevin E Martin1-1/+22
Add build system for sgml docs.
2005-09-26Various small fixups to get XpConfig to 'build'Søren Sandmann Pedersen1-0/+21
2005-09-26Take care of more files from monolith's Xserver/hw/xfree86/etc dir:Alan Coopersmith1-0/+2
hw/xfree86/utils/ioport/Makefile.am Add ioport and pcitweak utils from monolith hw/xfree86/etc dir. Generate xf86DefModeSet.c from vesamodes & extramodes Add apSolaris.shar to EXTRA_DIST
2005-09-26Add initial build system for XpConfigSøren Sandmann Pedersen1-0/+1
2005-09-24Add scanpci, xorgcfg, & xorgconfig utilities.Alan Coopersmith1-2/+32
2005-09-21Accept --with-xkb-output argument to specify output dir for compiled xkbKristian Høgsberg1-0/+5
keymaps. Define XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY. Add XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY. Add XKB_CFLAGS.
2005-09-20Add --disable-install-setuid option so you can build as non-root andAlan Coopersmith1-0/+18
chown/chmod later. Also disable by default on platforms that don't need setuid root X servers (Darwin & SPARC's, according to InstallXserverSetUID settings in the old Imake config files).
2005-09-19Linux/Alpha support (Stefaan De Roeck)Alan Coopersmith1-0/+5
2005-09-15Bug #3990: Require glproto in the cases that it's necessary (DRI or DMXEric Anholt1-0/+6
with GLX). (spyderous)
2005-09-15Bug #3889: Create the log dir on install, and allow configuringEric Anholt1-2/+8
specifically that directory. Failure to have the directory keeps the xorg server from starting.
2005-09-14Build xf8_32bpp, which is wanted by the mga driver, and export elf.h, whichEric Anholt1-0/+1
is wanted by the rendition driver.
2005-09-13Turn on DRI by default on Linux, NetBSD, FreeBSD, and fix the build of theEric Anholt1-1/+7
module for FreeBSD by setting some missing defines (XFree86Module, IN_MODULE) in the dri directory. Note that those missing defines should be somewhere generic, since there are other consumers of them, but I haven't figured out where.
2005-09-13Add some initial BSD support for the xorg server. Incomplete on NetBSD,Eric Anholt1-8/+94
OpenBSD, and non-i386/amd64 FreeBSD for sure. Plus I haven't actually run it yet.
2005-09-13Don't define POSIX_SOURCE on any BSDs, since it breaks things.Eric Anholt1-1/+1
Define NO_SYS_HEADERS, as the monolithic build does. Helps FreeBSD. Don't include validate.c in the library, since it seems to be a userland test program.
2005-09-12Add missing fontsproto and fontenc to REQUIRED_MODULES.Daniel Stone1-1/+1
2005-09-12Add missing resourceproto to REQUIRED_MODULES.Daniel Stone1-1/+1
2005-09-12Define WITH_VGAHW, since we always build it; add to Xorg headers.Daniel Stone1-0/+1
2005-09-12Put DMX AC_CONDITIONALS at the top level, since they must always be called.Daniel Stone1-7/+6