summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2006-09-05Merge branch 'master' into my-XACE-modularEamon Walsh1-9/+25
Conflicts: configure.ac
2006-08-29Re-add support for tslib (1.0 release) and Xcalibrate extension.Matthew Allum1-3/+20
2006-08-29configure.ac: move tslib from KDRIVE_PURE_LIBS to KDRIVE_LIBSDaniel Stone1-2/+2
Yeah. That was dumb.
2006-08-29configure.ac: fix XSDL testDaniel Stone1-1/+1
2006-08-29configure.ac: allow disabling of XSDLDaniel Stone1-6/+5
2006-08-24configure.ac: more thinkosDaniel Stone1-2/+2
Fix auto tests for vidmode and xf86dga. I win at life.
2006-08-24configure.ac: fix XF86VidMode testDaniel Stone1-2/+2
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Alan Coopersmith1-0/+6
XACE-modular
2006-08-18dix: enable null root cursorDaniel Stone1-0/+7
Enable a blank root cursor, selectable with --enable-null-root-cursor at configure time.
2006-08-12Merge branch 'master' into input-hotplugDaniel Stone1-0/+6
2006-08-12xfree86: add Hurd support (#5613)Samuel Thibault1-0/+5
Add support for GNU/Hurd.
2006-08-12configure.ac: fix execinfo.h test (Debian #363218)Daniel Stone1-0/+1
Define HAVE_EXECINFO_H as well as HAVE_BACKTRACE, when we find execinfo.h.
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Alan Coopersmith1-27/+30
XACE-modular
2006-08-10configure.ac: fix xephyr conditionalsDaniel Stone1-2/+3
Fix Xephyr build conditions, allowing it to actually be disabled.
2006-08-10configure.ac: allow conditional building of XF86{DGA,Misc,VidMode}Daniel Stone1-22/+33
Allow conditional building of the above three extensions, defaulting to auto.
2006-08-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-1/+1
input-hotplug
2006-07-30bump to 1.1.99.3Daniel Stone1-1/+1
2006-07-30Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-1/+0
input-hotplug
2006-07-26Remove getconfig horrorshow. Replace with a static built-in rule list for now.Adam Jackson1-1/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-1/+1
input-hotplug
2006-07-21fix kbproto dependencyDaniel Stone1-1/+1
Depend on kbproto >= 1.0.3, for unconditional definition of XkbSA_XFree86Private.
2006-07-21bug #890: completely remove deprecated keyboard driverKristian Høgsberg1-5/+0
Remove all remnants of the old built-in keyboard driver.
2006-07-21add support for built-in fontsDaniel Stone1-0/+8
Use --enable-builtin-fonts to only use built-in fonts, and avoid loading fonts.
2006-07-21make XInput mandatoryDaniel Stone1-7/+3
Always build Xi, since GetPointerEvents/GetKeyboardEvents relies on it.
2006-07-21new KDrive input world orderDaniel Stone1-69/+120
Convert KDrive to GPE/GKE interface. Add first-class drivers and enumerate every device separately through Xi, instead of lamely attempting to aggregate them. Add XKB support to the Linux keyboard driver. Add 'thumb button' support to the tslib driver. Rejig InitInput, so each DDX has to add a list of drivers it supports. Support NewInputDeviceRequest, et al.
2006-07-21add basic D-BUS configuration mechanismDaniel Stone1-3/+17
Also move LookupDeviceIntRec into the DIX, and add InputOption type, and NewInputDeviceRequest prototype (DIX requests DDX to add a device). Does not link without an implemented NIDR.
2006-07-21fix minor typoDaniel Stone1-1/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-14/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-07-10Fix the configure check for the --{enable,disable}-dpms optionGustavo Pichorim Boiko1-1/+1
2006-07-08Bug #3042: Use autoconf to get the correct name of a struct member.Tilman Sauerbeck1-0/+19
This allows us to remove the kernel version ifdefs from the code, which are ugly and broken.
2006-07-06xorgcfg now needs libxkbui version 1.0.2 or better.Keith Packard1-1/+1
Old versions of libxkbui use XkbStrCaseCmp which doesn't exist any longer; the server fails to link with that version of the libkbui library, so require the current version (1.0.2).
2006-07-06GL proto version 1.4.7 needed for texture-from-pixmap defines.Keith Packard1-1/+1
GLX_TEXTURE_TARGET_EXT and GLX_TEXTURE_RECTANGLE_EXT are defined as a part of the new texture from pixmap GL extension in gl proto version 1.4.7 and are now used by the X server code.
2006-07-06Drop unused GL/include subtree.Kristian Høgsberg1-2/+0
Woo, less Makefile's to generate.
2006-07-03Bump server version to 7.1.99.2 for gradient and repeat fixes.Eric Anholt1-1/+1
2006-06-27Bump server release to 7.1.99.1.Eric Anholt1-3/+3
This will be important for a couple of cairo workaround tests.
2006-06-22Drop libz from the server's link line, it was only needed for LBX.Adam Jackson1-1/+1
2006-06-21APPGROUP requires both X-ACE & XC-SECURITY nowAlan Coopersmith1-5/+4
2006-06-20Add X-ACE to build systemAlan Coopersmith1-1/+10
- Added --disable-xace to configure.ac and issue configure error if trying to build XC-Security without X-ACE - Added XACE #define to dix-config.h - Added X-ACE sources to Xext/Makefile.am
2006-06-20Don't add -ldl to XORG_LIBS if it's not needed for dlopenAlan Coopersmith1-1/+4
2006-06-19Another round of loader sense-beating. Remove the (unused) server exportAdam Jackson1-1/+1
lists, a really bad hash table, the last vestiges of the other backends, and some miscellaneous cleanups. Good for dropping 300k from the size of the built server on x86.
2006-06-18Xprint/ -> hw/xprintAdam Jackson1-36/+36
XpConfig -> hw/xprint/config
2006-06-03Bump to 1.1.99.2.Daniel Stone1-1/+1
2006-06-03Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno)Daniel Stone1-5/+8
2006-06-01Kill LBX, too.Daniel Stone1-29/+9
2006-06-01Ditch more alternate-loader braindamage.Daniel Stone1-4/+0
2006-05-24On NetBSD, add -li386 for i386 and -lx86_64 for x86_64 to SYS_LIBS. (x86_64Jeremy C. Reed1-2/+6
on NetBSD not tested.)
2006-05-23Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out ofAlan Coopersmith1-0/+1
the XORG_CFLAGS.
2006-05-15Bug #5209: Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)Adam Jackson1-1/+1
2006-05-14Don't use AM_CONDITIONAL inside shell conditionals. Bugzilla #6916.Matthieu Herrb1-3/+4
2006-05-09Bug #5209: Re-enable building APM and ACPI support. (Michel Dänzer)Adam Jackson1-1/+10