summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2008-03-031.5 has branched, start 1.5.99.x.Adam Jackson1-1/+1
2008-03-02use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctlyMatthieu Herrb1-0/+3
2008-03-01configure: minor cleanupGeorge Sapountzis1-64/+54
- dmx - darwin: remove from xorg options - xephyr: libxv is client lib
2008-02-14Add DRI2 module.Kristian Høgsberg1-0/+14
2008-02-14Disable Record by default.Adam Jackson1-1/+1
2008-01-15Fix Xephyr compilation without GLX.Tiago Vignatti1-1/+1
2007-12-29GL: Add GLX compile flags lost in modular X server changesJurij Smakov1-0/+10
RISC chips that trap on unaligned loads and stores need to define __GLX_ALIGN64. This used to get added to the cflags in the old *.cf files but it no longer does in the modular X server. Also, Alpha needs to pass -mieee to the compiler as well. This is a simple backport of a patch that debian, and probably other distributions, have been applying forever. To the best of my knowledge the patch was written by Jurij Smakov. See Debian bug number #388125. I just checked and this has been rotting for more than a year in freedesktop bugzilla as #8392. Signed-off-by: David S. Miller <davem@davemloft.net>
2007-12-17damn then my cut-n-paste ate my end of lines...Dave Airlie1-2/+2
2007-12-17Xquartz ate my DMX - thanksDave Airlie1-0/+46
2007-12-15Xquartz: Fixed launchd detectionJeremy Huddleston1-6/+4
2007-12-14Bump server version for devPrivates rework / XACE.Eamon Walsh1-1/+1
2007-12-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-68/+11
Conflicts: configure.ac This is the last pull before merging to master.
2007-12-13Xquartz: Don't hardcode libexec dirJeremy Huddleston1-1/+0
(cherry picked from commit 67b479ef80cb740a24981335eb8d596744168a62)
2007-12-13Xquartz: Don't hardcode LaunchAgents dirJeremy Huddleston1-67/+11
(cherry picked from commit 07a12d71fefd78c380078efa835700f2868ab204)
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-157/+180
Conflicts: Xext/EVI.c Xext/bigreq.c Xext/cup.c Xext/dpms.c Xext/fontcache.c Xext/mitmisc.c Xext/xcmisc.c Xext/xf86bigfont.c Xext/xtest.c configure.ac dbe/dbe.c hw/darwin/darwin.h hw/darwin/darwinEvents.c hw/darwin/iokit/xfIOKit.h hw/darwin/iokit/xfIOKitCursor.c hw/darwin/quartz/fullscreen/fullscreen.c hw/darwin/quartz/fullscreen/quartzCursor.c hw/darwin/quartz/quartz.c hw/darwin/quartz/quartzCommon.h hw/darwin/quartz/quartzCursor.c hw/darwin/quartz/xpr/dri.c hw/darwin/quartz/xpr/dristruct.h hw/darwin/quartz/xpr/xprCursor.c hw/darwin/quartz/xpr/xprFrame.c hw/xfree86/modes/xf86RandR12.c include/cursor.h miext/rootless/rootlessCommon.h miext/rootless/rootlessScreen.c miext/rootless/rootlessWindow.c render/picturestr.h Trying to pick up the pieces from the darwin churn here...
2007-12-07XQuartz: Cleaned up configure, X11.app path in launchd scriptJeremy Huddleston1-63/+59
Don't hardcode X11.app's path in the launchd plist. Only install the launchd plist if we --enable-launchd. (cherry picked from commit 6b74c535dc331d1d621b2541492a3336f69d70a2)
2007-12-07Darwin: Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-1/+1
(cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175)
2007-12-07Check for <sys/sdt.h> as well when determining to enable dtrace probesAlan Coopersmith1-0/+7
Avoids auto-detecting dtrace is present on systems with the ISDN trace tool named dtrace installed, but not the dynamic tracing facility named dtrace
2007-12-07ALLOCATE_LOCAL is dangerous on Darwin due to memory layout differencesBen Byer1-1/+1
from Linux, so let's define NO_ALLOCA. (cherry picked from commit 7caf51d1a5a86ae884e0087795636222c082962c)
2007-12-05Darwin: Flattened quartz into darwin, renamed darwin xquartzJeremy Huddleston1-4/+3
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point (cherry picked from commit 48e6a75fbdd0fee86e364f02ace83f20b312a2b2)
2007-12-04Darwin: Rework build system to more accurately reveal code infrastructure ↵Jeremy Huddleston1-1/+1
and facilitate future modularity. (cherry picked from commit e8399fd4d66a2b77b770c277e2fa424229a721b2)
2007-12-03Darwin: Combine launcher and server X11.appJeremy Huddleston1-1/+0
This should hopefully eliminate confusion some people have over which X11.app is which. Now BOTH are in /A/U/X11.app and we intelligently determine whether to execute our app_to_run or launch the server. If arguments are given, we launch the server. Otherwise if we can connect to an X DISPLAY, we execute app_to_run. Otherwise, we launch the server. (cherry picked from commit e7026216ccaa8e4fb073800ba947c9909d4faada)
2007-12-03Use pkg-config to get -I, -L & -R flags needed for OpenSSLAlan Coopersmith1-2/+7
Still just uses -lcrypto instead of the full library list from --libs
2007-12-03Death to libcwrapper.Adam Jackson1-8/+7
This has been deprecated since 1.1. Since we're breaking ABI again anyway, remove it entirely.
2007-12-02Darwin: Added {/,/System/}Library/Fonts to DEFAULT_FONT_PATHJeremy Huddleston1-0/+3
(cherry picked from commit b0069b04dddaa2df6d4cdf86f96fd8a2a257e47e)
2007-11-26Darwin,Rootless: Makefile cleanupJeremy Huddleston1-0/+2
(cherry picked from commit 9c6d8a035b712b219833653ac637b89703a9b0c3)
2007-11-26registry: swap out the DTRACE XErrorDB stuff for the new registry call.Eamon Walsh1-7/+0
2007-11-26registry: rename the SERVERCONFIGdir and relocate it to /usr/lib/xorgEamon Walsh1-3/+4
by default.
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston1-106/+115
Imported changes from xorg-server-1.2-apple to make master more current wrt file layout, build system changes, and dead code removal.
2007-11-20Enable use of /dev/urandom on Solaris as wellAlan Coopersmith1-3/+7
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+7
Conflicts: hw/xnest/Pixmap.c include/dix.h
2007-11-16Bug #1612: Use a stronger PRNG.Adam Jackson1-0/+6
Currently just reads from /dev/urandom, and only on Linux.
2007-11-15Clean up some garbage in driver enumeration.Adam Jackson1-2/+0
2007-11-14Start 1.4.99Adam Jackson1-1/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+6
Conflicts: Xext/xace.c Xext/xace.h
2007-11-08fixing GLX in XquartzBen Byer1-1/+2
2007-11-08Restore the XC-SECURITY option in configure.ac, but disabled by default.Eamon Walsh1-2/+2
2007-11-08Xephyr: do not AM_CONDITIONAL inside a shell if branchDodji Seketeli1-1/+1
2007-11-07Xephyr: don't use Xv or GL when those are disabled.Dodji Seketeli1-0/+3
2007-11-07Xnest: fix lib dependancy to make libtool happyDodji Seketeli1-1/+1
This fixes an undefined symbol error happening when compiling the server with the --disable-xv configure switch. Basically, xnest was linking against @XSERVER_LIBS@ and @XNEST_LIBS@ and the order of the libraries given to the linker at the end of the process was bogus. * configure.ac: make XNEST_LIBS contain the $XSERVER_LIBS re-ordered in such a way that the linker finds the symbols of all the libs contained in $XNEST_LIBS. * hw/xnest/Makefile.am: don't link against @XSERVER_LIBS@ anymore because XNEST_LIBS contains the right thing.
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-11/+14
Conflicts: dix/dispatch.c dix/property.c hw/xfree86/common/xf86VidMode.c include/xkbsrv.h render/glyph.c xkb/xkbActions.c
2007-11-05Export the server ABI versions from xorg-server.pcAdam Jackson1-0/+11
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone1-10/+0
Remove all references to an external RGB database (which hasn't been enabled for a very long time). Also get rid of some references to Speedo fonts.
2007-10-28configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriateDaniel Stone1-1/+3
Don't build XF86Misc or XF86Vidmode in hw/xfree86/dixmod when it's been explicitly disabled in configure, or we don't have the proto modules installed.
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+7
Conflicts: GL/glx/glxscreens.c hw/xnest/Screen.c render/glyph.c render/glyphstr.h render/render.c
2007-10-21Make PCI text file directory configurableDavid Nusinow1-0/+5
2007-10-19Merge branch 'master' into glyph-pixmapsEric Anholt1-5/+14
Conflicts: configure.ac
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-6/+16
Conflicts: os/access.c
2007-10-17xselinux: Started reworking extension using new XACE hooks.Eamon Walsh1-1/+1
2007-10-17KDRIVE_LOCAL_LIBS includes some system libraries, not just internal x server ↵Keith Packard1-2/+2
libs