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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
3
x11/XFree86-4-clients/scripts/configure
vendored
3
x11/XFree86-4-clients/scripts/configure
vendored
|
@ -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
|
||||
|
|
3
x11/XFree86-4-libraries/scripts/configure
vendored
3
x11/XFree86-4-libraries/scripts/configure
vendored
|
@ -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
|
||||
|
|
3
x11/XFree86-4/scripts/configure
vendored
3
x11/XFree86-4/scripts/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue