diff options
author | Keith Packard <keithp@keithp.com> | 2006-02-16 07:17:31 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2006-02-16 07:17:31 +0000 |
commit | 8987b2c1efc9a4667e278e6ba411772ba2a4a4e6 (patch) | |
tree | eb7aa732b0f74c958770e26717679c8e893449bc /include | |
parent | c8acb342695936db062c966029019a458d45459e (diff) |
Make more extensions optional in build (for kdrive). Fix kdrive build for
actual hardware. Fix kdrive pointer signed/unsigned types. Add
kdrive-required YX rotation functions. Replace rgb text file loading
with static rgb color table.
Diffstat (limited to 'include')
-rw-r--r-- | include/kdrive-config.h.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/include/kdrive-config.h.in b/include/kdrive-config.h.in index 621d62e5c..9e611c584 100644 --- a/include/kdrive-config.h.in +++ b/include/kdrive-config.h.in @@ -10,4 +10,16 @@ /* Building kdrive server. */ #undef KDRIVESERVER -#endif /* _XORG_CONFIG_H_ */ +/* 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 + +#endif /* _KDRIVE_CONFIG_H_ */ |