summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2007-10-02Merge branch 'glyph-pixmaps'Eric Anholt1-1/+1
Conflicts: configure.ac exa/exa_render.c
2007-10-02Do not build hw/xfree86/os-support/bus/ix86Pci.c on Linux.Keith Packard1-1/+2
Linux has custom PCI bus support functions, so this generic code is unnecessary.
2007-09-27Rework local client id finding code to be more uniformAlan Coopersmith1-1/+1
2007-09-19xserver: don't force DTRACE detection by defaultDodji Seketeli1-1/+0
this fixes a breakage caused by 7a4ec34e256bf36b041c011a083916ad75a1d8bc. When running a non DTRACE aware system that is not darwin*, DTRACE was getting required. Now it is not anymore.
2007-09-18XDarwin: We build many many different targets, let's break them out into ↵Ben Byer1-1/+5
autoconf conditionals
2007-09-18XDarwin: Disable dtrace support on Darwin 9 (since it doesn't work ... yet ...)Ben Byer1-0/+7
2007-09-18XDarwin: changed XF86BigFont support default from yes to auto so XDarwin can ↵Ben Byer1-1/+5
disable it
2007-09-11xserver: test presence of strlcpy in configureDodji Seketeli1-0/+1
* configure.ac: define HAVE_STRLCPY when function strlcat is present this serves at least to unbreak libxtrans code compilation.
2007-09-09fixed cut-and-paste typoBen Byer1-3/+1
2007-09-06Fix Xdmx buildAlan Hourihane1-1/+1
2007-09-06DDX changes for XDarwinBen Byer1-65/+72
Creating a real DDX section for XDarwin instead of stuffing it into the XORG section in a half-assed manner.
2007-09-05Revert "configure.ac: exclude pci-access dependency from XDarwin"Ben Byer1-6/+2
This reverts commit 20c6677d1b5f8d77325dd878ffa3df1d0fb01864.
2007-09-05XDARWIN: Add launchd supportBen Byer1-0/+4
This adds a bit of glue to configure.ac to support launchd detection; on OS X (or other platforms which choose to implement launchd), this allows the system to automagically start the Xserver as necessary to serve clients.
2007-09-05added HAVE_LAUNCHD check to configure.ac (mostly for OSX)Ben Byer1-0/+2
2007-09-05added an exclusion for setting XORG on darwinBen Byer1-0/+1
2007-09-05configure.ac: exclude pci-access dependency from XDarwinBen Byer1-2/+6
XDarwin doesn't need any of this pci stuff since it doesn't talk directly to hardware, so it doesn't make sense to require it when building on OSX/Darwin.
2007-09-05Fix server version reporting to be the server package version.Eric Anholt1-61/+25
Previously, the server version reported by xdpyinfo and Xorg -version would bear some vague resemblance to a X.Org katamari version, but in the presence of modularization (and client-server relationships with different katamari versions on each side) those numbers don't really make sense. Instead, just report the package version. When branching a stable branch, master's version should be immediately updated to the endpoint of the stable branch plus a snapshot of 1 (for example, 1.4.0.1 after server-1.4-branch). The stable branch should then be changed to RC0 at that time (1.3.99.0, for example). This scheme was partially attempted for server 1.3, but lacked the appropriate master updates, thus why it had to be revisited now. While here, we can also remove a lot of versioning complexity since everything is based on the package version.
2007-09-05Kdrive: unbreak kdrive linkingDodji Seketeli1-3/+5
* configure.ac: re-sort Kdrive libs so that symbols get properly resolved. Basically, all some libs are present in both $KDRIVE_LIBS and $XSERVER_LIBS, and some libs orders are not correct. So I made sure Kdrive servers don't have to link against $KDRIVE_LIBS *and* $XSERVER_LIBS. They just have to link against $KDRIVE_LIBS now. * hw/kdrive/*/Makefile.am: update those makefile to reflect the change in configure.ac
2007-09-04Increase despair by fixing xprint build after my _DEPENDENCIES changes.Eric Anholt1-8/+10
2007-08-31Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Eric Anholt1-1/+8
2007-08-31Convert servers to using _DEPENDENCIES to ensure proper rebuilds.Eric Anholt1-82/+102
This cleans up server Makefile.ams a little bit, but also means that people messing with configure.ac need to be careful with whether they put libraries in the _LIBS or _SYS_LIBS targets. Hopefully the comment in configure.ac will clarify the issues.
2007-08-28Replace BSD custom PCI code with a stub implementation thanks to pciaccess.Eric Anholt1-27/+7
Note that pciaccess doesn't yet have Net/OpenBSD support, but the relevant code should go there instead of disconnected code in the X Server. While here, remove the now-disabled INCLUDE_XF86_NO_DOMAIN from the headers, and un-disable xf8StdAccResFromOS for those OSes without domain support which will need it.
2007-08-26Add XSERVER_LIBPCIACCESS to xorg-server.h when using libpciaccessKeith Packard1-0/+1
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick1-54/+99
pci-rework Conflicts: hw/xfree86/common/xf86.h hw/xfree86/common/xf86Init.c hw/xfree86/common/xf86pciBus.c hw/xfree86/int10/generic.c hw/xfree86/int10/helper_exec.c hw/xfree86/loader/xf86sym.c hw/xfree86/os-support/bus/Pci.c hw/xfree86/os-support/bus/Pci.h hw/xfree86/os-support/bus/linuxPci.c hw/xfree86/os-support/linux/int10/linux.c
2007-08-23Revert "Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() ↵Søren Sandmann Pedersen1-1/+1
to fix"" since the pixman changes have been pushed now. This reverts commit 57f7f2a5327a2d967a726bb4706e4f6b2f4b2cea.
2007-08-22Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"Eric Anholt1-1/+1
The corresponding pixman code hasn't been pushed, so revert until the code is ready. This reverts commit 53941c8e68014619d3ded7f8bc0f07d9a38bb9b1.
2007-08-21Merge branch 'master' of ssh+git://sandmann@git.freedesktop.org/git/xorg/xserverSøren Sandmann Pedersen1-0/+1
2007-08-21Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fixSøren Sandmann Pedersen1-1/+1
bug 11620 (reported by Jens Stroebel.
2007-08-17Actually build Secure RPC authentication support (missed in modularization)Alan Coopersmith1-0/+1
2007-08-15Correct XErrorDB path and make it configurable (used by DTrace support)Alan Coopersmith1-1/+7
2007-08-10xorgcfg needs PIXMAN_CFLAGS in order to build libc_wrapper.cAlan Coopersmith1-0/+1
2007-08-08configure.ac: Add $CONFIG_LIB to server librariesDaniel Stone1-8/+8
Make sure all DDXes get $CONFIG_LIB. Build-tested with Xvfb and Xdmx.
2007-08-07Fix driver build after pixman changes.Eric Anholt1-0/+2
2007-08-06Require pixman-1 0.9.4, update pixman includes to new schemeSøren Sandmann Pedersen1-1/+1
2007-08-02Use strong hash (SHA1) for glyphsCarl Worth1-1/+1
Using a cryptographically strong hash means that comparing the hash alone is sufficient for determining glyph equality (no need to compare the glyph bits directly). This will allow us to replace system-memory copies of the glyph bits, (which we've only been holding onto for comparisons), with Pixmaps.
2007-08-01configure.ac: Fix argument quoting for argv[]Julien Cristau1-1/+1
m4 quoting. Yar boo sux.
2007-08-01configure.ac: Actually use -lrt in monotonic clock testDaniel Stone1-0/+5
If we need -lrt to use clock_gettime, then make sure we link with it.
2007-08-01configure.ac: Disable D-Bus config API support by defaultDaniel Stone1-1/+1
This is problematic, so don't even bother with it unless someone wants it. respeclaration is dead, long live HAL.
2007-08-01Bump version to 1.3.99.1 for developmentDaniel Stone1-1/+1
This is not actually .1, just bumping for a different devel version.
2007-08-01Convert all my license statements to the standard formDaniel Stone1-18/+21
Convert all my license statements to the standard, accepted form: cf. <20070717142307.GD13478@fooishbar.org> http://lists.freedesktop.org/archives/xorg/2007-July/026451.html keithp's license on configure.ac changed with his verbal permission.
2007-08-01Hotplug: Add HAL supportDaniel Stone1-1/+17
Add support for HAL-based hotplugging, in which we just get the list of input devices and properties from HAL. Requires an FDI which is not yet in mainline HAL.
2007-08-01Fonts: Fix builtin fontsDaniel Stone1-0/+1
Make sure the font path is always 'built-ins' when we use built-in fonts, rather than having it as a fixed path for a while, then clobbering it halfway through startup.
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone1-10/+25
Break up D-Bus into two components: a D-Bus core that can be used by any part of the server (for the moment, just the D-Bus hotplug API, and the forthcoming HAL hotplug API), and the old D-Bus hotplug API.
2007-08-01configure.ac: Properly check XFree86 proto modulesDaniel Stone1-0/+3
Not sure why these are conditionals, anyway. This one really needs revisiting, but at least causes configure, rather than the compilation, to bomb out.
2007-08-01configure.ac: Fix KDrive VESA/fbdev conditionalsDaniel Stone1-2/+0
Make sure we actually respect anything explicitly given on the configure line, instead of just stomping it with what we detect.
2007-07-12xnest: fix linking since dbusHanno Boeck1-1/+1
Fixes bug 8955
2007-07-05Remove redundant linking in kdrive. Fix configure.ac variable name and cleanTiago Vignatti1-5/+2
it up a little.
2007-07-03Make Composite manual redirect windows not clip their parent.Keith Packard1-1/+1
This patch changes the semantics of manual redirect windows so that they no longer affect the clip list of their parent. Doing this means the parent can draw to the area covered by the child without using IncludeInferiors. More importantly, this also means that the parent receives expose events when that region is damaged by other actions.
2007-06-27Relink properly all kdrive servers when changes happen.Tiago Vignatti1-1/+3
2007-06-27Remove double-defined.Tiago Vignatti1-5/+0