summaryrefslogtreecommitdiff
path: root/include/kdrive-config.h.in
AgeCommit message (Collapse)AuthorFilesLines
2010-01-06kdrive: Add option to compile out input driversMikhail Gusarov1-0/+9
Add --without-kdrive-{kbd,mouse,evdev} configure options disabling Linux keyboard driver, Linux mouse drivers (ps2, bus,ms), and Linux evdev driver. Build all drivers by default as before. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
2009-11-23configure: remove unused kdrive Xvesa config variableTiago Vignatti1-3/+0
Xvesa was gone in commit 6d21fbf0 and this should be there as well. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by: Keith Packard <keithp@keithp.com>
2006-10-23kdrive: numerous warning fixesDaniel Stone1-0/+6
2006-07-21kdrive: allow debuggingDaniel Stone1-0/+3
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-1/+13
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-12Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screenEric Anholt1-95/+0
structure interpretations, and remove a bunch of unused junk from kdrive-config.h. Xephyr almost works on my amd64.
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-0/+3
compiling in kdrive.
2005-12-27Skeletal kdrive build system. Totall non-functional atm.Adam Jackson1-0/+105