summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-03-24 01:11:55 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-03-24 01:11:55 +0000
commitb5d8bf9cc8257a0413c69e4c1b01cd25edaf1bfc (patch)
tree9d8bdc3c79f877b684c0fce9fcc77b9e4601ed09 /x11-servers
parentupdate to reflect latest tarball (diff)
Compile the mouse driver even if the user choose to not build the servers
with extended input devices. Otherwise the build will fail.
Notes
Notes: svn path=/head/; revision=27004
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XFree86-4-Server-snap/scripts/configure3
-rw-r--r--x11-servers/XFree86-4-Server/scripts/configure3
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/scripts/configure b/x11-servers/XFree86-4-Server-snap/scripts/configure
index 0b2ad83d6fe0..1bcad7213802 100644
--- a/x11-servers/XFree86-4-Server-snap/scripts/configure
+++ b/x11-servers/XFree86-4-Server-snap/scripts/configure
@@ -193,8 +193,7 @@ fi
yesno "Build the servers with Extended input devices?"
if [ $answ = NO ]; then
- echo "#undef BuildXInputExt" >> $F
- echo "#define BuildXInputExt NO" >> $F
+ echo "#define XInputDrivers mouse" >> $F
else
echo "#define XInputDrivers mouse dynapro elo2300 elographics magellan microtouch \
mutouch spaceorb wacom" >> $F
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure
index 0b2ad83d6fe0..1bcad7213802 100644
--- a/x11-servers/XFree86-4-Server/scripts/configure
+++ b/x11-servers/XFree86-4-Server/scripts/configure
@@ -193,8 +193,7 @@ fi
yesno "Build the servers with Extended input devices?"
if [ $answ = NO ]; then
- echo "#undef BuildXInputExt" >> $F
- echo "#define BuildXInputExt NO" >> $F
+ echo "#define XInputDrivers mouse" >> $F
else
echo "#define XInputDrivers mouse dynapro elo2300 elographics magellan microtouch \
mutouch spaceorb wacom" >> $F