summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralanh <alanh>2002-11-22 16:17:41 +0000
committeralanh <alanh>2002-11-22 16:17:41 +0000
commitaca202df34ec16fec321efd26cccd1b8cdab0d2c (patch)
tree28483f612d1c4142ca97b685feb22059f5a67278
parentdf53c65ab518c24541d9805082e7af3c158363be (diff)
still allow static server builds
-rw-r--r--xc/config/cf/host.def4
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