diff options
author | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-08 11:47:30 +0100 |
commit | c8483dc2831dc37d93a36804022f6b064f5962ea (patch) | |
tree | 599f145a848e10b75a1a8c314ed9c51031446506 /include/kdrive-config.h | |
parent | c97d11aec40d8fa07d6b456bf8694133a77d35f4 (diff) | |
download | vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.gz vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.tar.bz2 vcxsrv-c8483dc2831dc37d93a36804022f6b064f5962ea.zip |
Solved compilation and link problems after last merge
Diffstat (limited to 'include/kdrive-config.h')
-rwxr-xr-x[-rw-r--r--] | include/kdrive-config.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/include/kdrive-config.h b/include/kdrive-config.h index fdfd80f73..24178c696 100644..100755 --- a/include/kdrive-config.h +++ b/include/kdrive-config.h @@ -1,4 +1,3 @@ -/* include/kdrive-config.h. Generated from kdrive-config.h.in by configure. */ /* kdrive-config.h.in: not at all generated. -*- c -*- */ @@ -14,15 +13,21 @@ /* Include framebuffer support in X servers */ /* #undef KDRIVEFBDEV */ -/* Include vesa support in X servers */ -/* #undef KDRIVEVESA */ - /* Enable touchscreen support */ /* #undef TOUCHSCREEN */ /* Support tslib touchscreen abstraction library */ /* #undef TSLIB */ +/* Support KDrive kbd driver */ +/* #undef KDRIVE_KBD */ + +/* Support KDrive mouse driver */ +/* #undef KDRIVE_MOUSE */ + +/* Support KDrive evdev driver */ +/* #undef KDRIVE_EVDEV */ + /* Verbose debugging output hilarity */ /* #undef DEBUG */ |