diff options
author | jmz <jmz@FreeBSD.org> | 2000-03-24 01:11:55 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-03-24 01:11:55 +0000 |
commit | 9c112fcd92f90a30c976952550c4702cd6773169 (patch) | |
tree | 4243041074c5669f25e3f6567ba5127cc9d94648 /x11/XFree86-4-clients | |
parent | d25ae6b6075f275f154e61007c5b9cc91282df98 (diff) | |
download | FreeBSD-ports-9c112fcd92f90a30c976952550c4702cd6773169.zip FreeBSD-ports-9c112fcd92f90a30c976952550c4702cd6773169.tar.gz |
Compile the mouse driver even if the user choose to not build the servers
with extended input devices. Otherwise the build will fail.
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r-- | x11/XFree86-4-clients/scripts/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure index 0b2ad83..1bcad72 100644 --- a/x11/XFree86-4-clients/scripts/configure +++ b/x11/XFree86-4-clients/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 |