summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2007-09-04typo in commentMatthieu Herrb1-1/+1
2007-05-28Allow configurable serverconfigdir for security policy locationEugene Konev1-1/+0
Allow the location of the SERVERCONFIGdir variable to be defined at compile-time. This allows us to specify where the security policy will be located (Debian uses this to put it in /etc). The default is to the previous location.
2006-09-08Generalize the handling of configuration files that ship with extensions.Eamon Walsh1-3/+6
2006-09-05Merge branch 'master' into my-XACE-modularEamon Walsh1-0/+7
Conflicts: configure.ac
2006-08-29Re-add support for tslib (1.0 release) and Xcalibrate extension.Matthew Allum1-0/+7
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Alan Coopersmith1-2/+2
XACE-modular
2006-07-30add securitysrv.hDaniel Stone1-1/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+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-06-20Add X-ACE to build systemAlan Coopersmith1-0/+8
- 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-01Die XTESTEXT1, die!Daniel Stone1-5/+1
2006-04-05Put the screensaver extension back in the Xext module.Fredrik Höglund1-1/+1
Move the screenSaverSuspended variable to DIX globals. Restore the old link order for the Xorg and Xdmx binaries.
2006-03-31Move the screensaver extension from module to builtins.Fredrik Höglund1-1/+1
Add the server side implementation of the ScreenSaverSuspend request. Require scrnsaverproto >= 1.1, and change the linking order of the Xorg static libs.
2006-03-21Make the server distcheck and tag 1.0.99.1 snapshot.Kristian Høgsberg1-1/+1
Bump CVS version to 1.0.99.1. Distcheck fixes.
2006-02-16Fix build of Xorg by putting xf86bigfont back into builtin instead ofEric Anholt1-1/+1
module sources list.
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-6/+23
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table.
2006-02-16Bug #5871: Drop special build infrastructure left over from libcwrapperEric Anholt1-2/+1
times. (George Fufutos)
2006-02-16Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to beEric Anholt1-1/+1
useful any more. (George Fufutos)
2006-01-18Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg serversDave Airlie1-0/+2
breaks.
2005-12-13Spell it XINERAMA_SRCS, not PANORAMIX_SRCS.Adam Jackson1-1/+1
2005-12-12Bugzilla #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Files inAlan Coopersmith1-78/+92
xserver/xorg/Xext not included in tarball after make dist
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-3/+42
module builds to reflect this change.
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin1-8/+31
Add missing files to EXTRA_DIST
2005-10-09Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> AddAlan Coopersmith1-1/+2
SecurityPolicy to EXTRA_DIST (Bill Crawford)
2005-09-30Man page processing/installation and other doc file updatesAlan Coopersmith1-1/+2
2005-09-25Add SecurityPolicy file for XCSECURITY extension.Alan Coopersmith1-4/+7
Add README to EXTRA_DIST
2005-08-17Add buildsystem for Xprint, and:Søren Sandmann Pedersen1-1/+7
Wed Aug 17 14:50:58 2005 Soren Sandmann <sandmann@redhat.com> Include <X11/extensions/Print{,str}.h> instead of "Print{,str}.h" Include <X11/fonts/fontstruct.h> isntead of "fonts/fontstruct.h" Wed Aug 17 14:54:49 2005 Søren Sandmann <sandmann@redhat.com> Conditionally compile in xprint.c Add Xprint
2005-07-28Fix distcheck for serverKevin E Martin1-5/+2
2005-07-14Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am PatchSøren Sandmann Pedersen1-1/+1
from Stefan Dirsch
2005-07-13Remove references to DDX-specific extensionsAdam Jackson1-10/+2
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-1/+3
2005-07-01Adding initial build system.Daniel Stone1-0/+72