diff options
author | alanh <alanh> | 2002-11-22 16:17:41 +0000 |
---|---|---|
committer | alanh <alanh> | 2002-11-22 16:17:41 +0000 |
commit | aca202df34ec16fec321efd26cccd1b8cdab0d2c (patch) | |
tree | 28483f612d1c4142ca97b685feb22059f5a67278 | |
parent | df53c65ab518c24541d9805082e7af3c158363be (diff) |
still allow static server builds
-rw-r--r-- | xc/config/cf/host.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xc/config/cf/host.def b/xc/config/cf/host.def index 7ed2d1e2e..1743deec7 100644 --- a/xc/config/cf/host.def +++ b/xc/config/cf/host.def @@ -83,5 +83,9 @@ #define XprtServer NO #define SharedLibFont NO #undef XInputDrivers +#if DoLoadableServer #define XF1Bpp NO #define XF4Bpp NO +#else +#define XInputDrivers mouse +#endif |