summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15xfree86: Add stubs for os-support to help adding new architecture supportJeremy Huddleston1-1/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-10-15xfree86: Remove unused bios_devmem.cAdam Jackson1-3/+0
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
2011-06-23Don't use empty source filesDan Nicholson1-6/+1
When an empty _SOURCES variable is declared, automake will recognize that only linking is needed. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Tested-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-12-20Remove SCO supportAdam Jackson1-1/+1
This has never been buildable in any modular server release. Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-11-30xfree86: Remove os-support/sysvAdam Jackson1-1/+1
Nothing's using it, the SysV derivatives we support have their own custom versions. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
2008-08-18Remove some unused assembly code and assyntax.hMathieu Bérard1-3/+2
2008-07-20distcheck fixesJulien Cristau1-1/+1
Still seems to fail because hw/xquartz has too long filenames
2008-07-17Dead code removalDaniel Stone1-1/+1
Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs.
2008-07-17Drop hw/xfree86/os-support/lynxos/Adam Jackson1-1/+1
This has never worked in any modular release, clearly no one cares.
2008-07-16XFree86: Delete OSMouse codeDaniel Stone1-2/+1
This should be moved into the mouse driver, if anything.
2007-12-03Death to libcwrapper.Adam Jackson1-1/+1
This has been deprecated since 1.1. Since we're breaking ABI again anyway, remove it entirely.
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-0/+2
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-09Fix typo before the last commit.Eric Anholt1-1/+1
2006-11-09Bug #8868: Remove drm from SUBDIRS now that the directory is gone.Eric Anholt1-2/+2
2006-11-09make X server use system libdrm - this requires libdrm >= 2.3.0Dave Airlie1-5/+1
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-04Merge master back to randr-1.2Keith Packard1-3/+2
2006-11-02xfree86/os-support: remove unused file from distDaniel Stone1-2/+1
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-0/+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-08-12Merge branch 'master' into input-hotplugDaniel Stone1-1/+1
2006-08-12xfree86: add Hurd support (#5613)Samuel Thibault1-1/+1
Add support for GNU/Hurd.
2006-08-12completely remove OS keyboard layerDaniel Stone1-1/+1
Completely axe the keyboard layer from os-support.
2006-04-14Bug #6580: Don't install xf86drm.h, that's libdrm's job.Adam Jackson1-3/+3
2005-11-08Add newly checked in files to Xorg server build.Kevin E Martin1-1/+1
Fix release date. Enable DGA extension by default.
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin1-0/+6
Add missing files to EXTRA_DIST
2005-10-15Fix typo and add new Makefiles to AC_OUTPUTKevin E Martin1-1/+1
Fix typos Add xorg.conf.man to CLEANFILES Add missing files to EXTRA_DIST
2005-10-14Add sysv and sco os-support subdirs and add simple EXTRA_DIST Makefile.amKristian Høgsberg1-1/+1
in those dirs. Remove unsupported os-support subdirs (bsdi, dgux, hurd, nto, os2, pmax, qnx4) that have no maintainer and we don't dist. Add Options.
2005-10-01Adding more doc files & fbdevhw man pageAlan Coopersmith1-1/+1
2005-09-24Add scanpci, xorgcfg, & xorgconfig utilities.Alan Coopersmith1-0/+14
2005-09-21Bug #4487: Add the bsd subdir to DIST_SUBDIRS. (Joshua Baergen)Adam Jackson1-1/+1
2005-07-28Fix distcheck for serverKevin E Martin1-0/+1
2005-07-15Move drm up to os-support since the files are shared by multiple platforms.Kevin E Martin1-1/+5
Fix the dri and drm build. Fix server-side DMX extension build. Make xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef _HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers.
2005-07-01Adding initial build system.Daniel Stone1-0/+6