summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-10-21Fix 'distcheck' to use host xkb files but install to build dirKeith Packard1-0/+5
'make distcheck' needs to read xkb files and write out compiled versions as a part of the 'make check' phase. This patch passes suitable options to the configure stage of the distcheck process to read xkb files from the system location and write them to the distcheck _inst directory. Signed-off-by: Keith Packard <keithp@keithp.com>
2009-10-15Install SDK pkg-config and aclocal files only if XORGYaakov Selkowitz1-0/+2
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Signed-off-by: Keith Packard <keithp@keithp.com>
2009-07-23Fix dist.Aaron Plattner1-1/+2
* Makefile.am: Include the test/ subdirectory in the dist tarball. * include/Makefile.am: Move events.h to sdk_HEADERS and eventconvert.h to EXTRA_DIST so they're included in the tarball. events.h shouldn't be included in the SDK either, but for now it's needed by input.h.
2009-07-14Add test subdir to base Makefile.amPeter Hutterer1-1/+2
If unittests are enabled, make will build those as well - spotting potential build errors in the tests faster. Furthermore, this allows for the tests to be run from the top-level directory. This patch removes the "run make check to build the test suite" message since that'd pop up after every build now. If unittests are disabled, this change has no effect. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-04-14Move contributed m4 to a subdir so we can more easily update contributions.Eric Anholt1-0/+1
2008-12-07Require macros 1.2.0 or newer for XORG_CHANGELOG and XORG_CWARNFLAGS.Paulo Cesar Pereira de Andrade1-2/+1
2008-12-04Correct make distcheck by removing dolt files.Paulo Cesar Pereira de Andrade1-1/+1
2008-06-25XTrap delenda est.Adam Jackson1-6/+0
2008-06-13Death to mfb.Adam Jackson1-6/+0
Anyone still interested in 1 or 4 bpp framebuffers, talk to fb.
2008-05-21Clean up remaining afb references.Kristian Høgsberg1-2/+0
2008-05-21Death to afb.Adam Jackson1-4/+0
Planar framebuffer people, please talk to wfb for all your 1988 hardware needs.
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-2/+2
2008-04-11So long, and thanks for all the cfb.Adam Jackson1-9/+0
2008-03-24Bug #11510: Fix build without RECORD.Adam Jackson1-1/+5
2007-07-10Generate ChangeLog file for make dist.Keith Packard1-1/+11
Copy Makefile.am snippet which generates a complete git change history to the ChangeLog file during the distribution generation process.
2006-11-02Makefile.am: add config to DIST_SUBDIRS as wellxorg-server-1.2.99.0Daniel Stone1-0/+1
2006-07-21make XInput mandatoryDaniel Stone1-5/+1
Always build Xi, since GetPointerEvents/GetKeyboardEvents relies on it.
2006-07-21add basic D-BUS configuration mechanismDaniel Stone1-0/+1
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-06-18Xprint/ -> hw/xprintAdam Jackson1-11/+2
XpConfig -> hw/xprint/config
2006-06-01Kill LBX, too.Daniel Stone1-7/+1
2006-04-24Remove another reference to cfb16.Donnie Berkholz1-1/+0
2006-04-06missed a line while removing cfb16Adam Jackson1-1/+0
2006-04-06Remove cfb16, no longer used.Adam Jackson1-1/+0
2006-03-21Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1Kristian Høgsberg1-0/+2
Bump CVS version to 1.0.99.1. Distcheck fixes.
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-2/+10
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-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt1-0/+1
dependencies. It was nearly abstract enough already to be used by multiple DDXes. This will be useful for EXA development through providing a fake acceleration implementation within Xephyr, so that testing can be done on new EXA code without worrying about buggy drivers.
2006-01-26Speed up checkout and autogen by removing disused iplan2p4 and ilbm.Adam Jackson1-3/+0
2006-01-25Remove xf8_32wid, it's dead code with no maintainer interest. Also removeAdam Jackson1-5/+0
cfb24, since xf8_32wid was the only user.
2005-12-26Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson1-0/+4
2005-12-03Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> PatchAlan Coopersmith1-0/+3
#3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid and cfb24 only need to be built on sparc
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin1-1/+5
Update pkgcheck depedencies to work with separate build roots.
2005-10-15Fix typo and add new Makefiles to AC_OUTPUTKevin E Martin1-25/+58
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST
2005-10-14Hook up lbx.Kristian Høgsberg1-1/+6
2005-09-30Man page processing/installation and other doc file updatesAlan Coopersmith1-0/+1
2005-09-26Add initial build system for XpConfigSøren Sandmann Pedersen1-1/+3
2005-08-21Huge cleanup. Group into sections: hardware feature detection, extensionDaniel Stone1-0/+5
detection/configuration, DDX options. Make building of Xorg DDX fully optional. Clarify and correct some help texts. Change all comments to use dnl instead of #. Quote all tests correctly, and guard pure-variable tests with 'x' (e.g. test $DMX = yes -> test "x$DMX" = xyes). Since the DDXes seem to have pretty divergent extension support these days, get rid of EXTENSION_LIBS, DMX_EXTENSIONS and XPRINT_EXTENSIONS, and go back to building extension lists by hand in the DDX-specific sections. Use portable POSIX constructs everywhere (e.g. test foo && test bar, instead of test foo -a bar). Clean up old cruft. Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu instead of amd64 (Jürg Billeter).
2005-08-20Make Xprint build optional.Daniel Stone1-1/+5
2005-08-17Add buildsystem for Xprint, and:Søren Sandmann Pedersen1-1/+2
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-13Hook dbe into the buildAdam Jackson1-0/+1
2005-07-11Start filling in glx build. Add xf86Version.h and a few DRI headers to theAdam Jackson1-0/+4
sdk (needed for modular driver builds).
2005-07-05Add more defines for XWin DDX Make building of cfb*, afb and mfbAlexander Gottwald1-9/+21
conditional Set FD_SETSIZE=256 on cygwin
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-1/+1
2005-07-01Adding initial build system.Daniel Stone1-0/+37