Compile the mouse driver even if the user choose to not build the servers

with extended input devices. Otherwise the build will fail.
This commit is contained in:
Jean-Marc Zucconi 2000-03-24 01:11:55 +00:00
parent 3de7c64b12
commit b5d8bf9cc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27004
5 changed files with 5 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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