summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Correct help lines for configure's --with-vendor-name flagsAlan Coopersmith1-2/+2
2007-01-10Bug #9555: Always define _GNU_SOURCE in glibc environments.Eric Anholt1-14/+7
This keeps us from having to define _POSIX_C_SOURCE, _BSD_SOURCE, and _XOPEN_SORUCE to get the C environment we want in different places. It also fixes the build on linux due to RTLD_DEFAULT having not been defined.
2007-01-09Require glproto >= 1.4.8 for GLX.Michel Dänzer1-1/+1
It builds against 1.4.7 as well, but it hardcodes the GLX_EXT_tfp tokens that were finalized in 1.4.8, so GLX_EXT_tfp breaks if the client side was built against an older glproto. This will hopefully alert people to rebuild other components (in particular Mesa) against the new glproto as well.
2007-01-08Use PKG_CHECK_EXISTS(libdrm) to determine if DRI should be enabled on SolarisAlan Coopersmith1-0/+5
2007-01-05Add support for the DamagePost (XDamage 1.1) request.Eric Anholt1-1/+1
This makes damageproto >= 1.1 a requirement to build.
2007-01-03Make GLX byteswap macros more portableAlan Coopersmith1-0/+58
- Use autoconf tests instead of platform-specific #ifdef's to decide which macros to use. - Provide fallbacks for platforms like Solaris that don't provide any of the existing known forms.
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III1-1/+1
support (bug #8485).
2006-12-06configure.ac: add CONFIG_LIB to XvfbDaniel Stone1-1/+1
2006-12-06remove CID support (bug #5553)Daniel Stone1-1/+1
Remove CID from all our fontpaths. (cherry picked from 69820a10e33e4582c192360996e866007114639d commit)
2006-12-01Fix syntax error in configure check for SYSV_IPC that broke with Sun ccAlan Coopersmith1-1/+1
2006-11-27Register dependency on new RandR protocol.Eric Anholt1-1/+1
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-4/+5
Conflicts: dix/events.c dix/getevents.c hw/xfree86/common/xf86Mode.c hw/xfree86/dri/Makefile.am hw/xfree86/os-support/drm/xf86drm.c hw/xfree86/os-support/xf86drm.h
2006-11-22Add a -showDefaultLibPath option.Aaron Plattner1-0/+1
A corollary to the previous change, this option prints $libdir.
2006-11-14For NetBSD, define PCVT_SUPPORT (System has PCVT console).Jeremy C. Reed1-0/+1
Noticed by Joerg Sonnenberger. This fixes problem with console switching. This was in original imake NetBSD.cf.
2006-11-13Disable Xprt server build by default.Adam Jackson1-1/+1
2006-11-13DRI: call drmSetServerInfo() before drmOpen().George Sapountzis1-2/+0
Also, remove some libdrm remnants.
2006-11-09make X server use system libdrm - this requires libdrm >= 2.3.0Dave Airlie1-2/+2
This patch blacklists the load "drm" line, moves some functions in dri module links dri module against libdrm, and removes the X copy of libdrm
2006-11-08configure.ac: axe redundant SDL testDaniel Stone1-6/+1
2006-11-04Merge master back to randr-1.2Keith Packard1-117/+217
2006-11-04Allow X server to build against libdrm 2.1Keith Packard1-0/+3
2006-11-04kdrive: make building of Linux support conditional (bug #5613)Samuel Thibault1-1/+7
Only try to build Linux support on Linux. We should probably disable all OS-dependent DDXes if we don't have a workable OS (and only build Xephyr/Xfake), but that's future work.
2006-11-03Add DTrace probe points for X server <-> client communicationsAlan Coopersmith1-2/+27
See http://people.freedesktop.org/~alanc/dtrace/ for more details
2006-11-02Merge branch 'origin' into randr-1.2Keith Packard1-2/+43
2006-11-02bump to 1.2.99.0Daniel Stone1-1/+1
2006-11-02Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-8/+11
input-hotplug
2006-11-01Propogate $LIBS for xtrans, clock_gettime, libm, etc. to libs used for each ↵Alan Coopersmith1-7/+8
server
2006-11-01configure.ac: remove check for rate/periodDaniel Stone1-19/+0
Keyboard stuff is now handled in the kbd driver.
2006-10-29Make sure we have 64-bit file-offsets in libdrm.Thomas Hellstrom1-2/+2
2006-10-27Import libdrm functions for the drm memory manager.Thomas Hellstrom1-0/+2
2006-10-26GetTimeInMillis: simplify monotonic testDaniel Stone1-1/+1
We don't actually need to get the CPU clock ID, which means we don't need the monotonic_usable test. Since there's now only one branch, the compiler will treat that as likely, so we don't need xproto 7.0.9 anymore. The fallthrough to gettimeofday() is preserved.
2006-10-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-1/+40
input-hotplug
2006-10-25GetTimeInMillis: spuport monotonic clockDaniel Stone1-2/+41
Add support for CLOCK_MONOTONIC from clock_gettime, and use that in GetTimeInMillis() if available, falling back to the old gettimeofday() implementation. This is _slightly_ faster on some 64-bit architectures, and _slightly_ slower on others (though barely measurable).
2006-10-24Merge branch 'master' into randr-1.2Keith Packard1-10/+25
2006-10-23configure.ac: add XSERVER_LIBS to XNEST_LIBSDaniel Stone1-1/+1
2006-10-20Create xorg.conf.example (Gentoo bug #138623).Joshua Baergen1-0/+1
2006-10-20Use getisax() instead of asm code to determine available x86 ISA extensions ↵Alan Coopersmith1-1/+2
on Solaris
2006-10-20Stop building xorgcfg by default.Adam Jackson1-7/+3
2006-10-19Create xorg.conf.example (Gentoo bug #138623).Joshua Baergen1-0/+1
2006-10-18Use getisax() instead of asm code to determine available x86 ISA extensions ↵Alan Coopersmith1-1/+2
on Solaris
2006-10-17Stop building xorgcfg by default.Adam Jackson1-2/+2
2006-10-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-7/+20
input-hotplug
2006-10-09Use bash on Solaris to run symlink-mesa.shAlan Coopersmith1-1/+6
symlink-mesa.sh won't run with Solaris Bourne Shell (/bin/sh) so explicitly run it with /usr/bin/bash instead (cherry picked from cde68728860179dc84e615ccb378ce992513fd62 commit)
2006-10-08configure.ac: reactivate warnings when building with gccDaniel Stone1-22/+23
We were inadvertently stomping XSERVER_CFLAGS after adding the warnings, so move them after we do that.
2006-10-06Merge branch 'XACE-modular'Alan Coopersmith1-6/+14
2006-10-04Merge branch 'master' into randr-1.2Keith Packard1-0/+3
2006-09-27remove merge detritusDaniel Stone1-1/+0
2006-09-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-0/+3
input-hotplug
2006-09-21Allow the xfree86 ddx utils to be optionally built. Patch by Eugene Konev.David Nusinow1-0/+3
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-4/+2
CFLAGS is a user variable, extracted from the environment at configure time and settable by the user at build time. We must not override this variable.
2006-09-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Daniel Stone1-4/+28
input-hotplug