diff options
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/scripts/configure | 3 | ||||
-rw-r--r-- | x11-servers/XFree86-4-Server/scripts/configure | 3 | ||||
-rw-r--r-- | x11/XFree86-4-clients/scripts/configure | 3 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/scripts/configure | 3 | ||||
-rw-r--r-- | x11/XFree86-4/scripts/configure | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/scripts/configure b/x11-servers/XFree86-4-Server-snap/scripts/configure index 0b2ad83..1bcad72 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 0b2ad83..1bcad72 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 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 diff --git a/x11/XFree86-4-libraries/scripts/configure b/x11/XFree86-4-libraries/scripts/configure index 0b2ad83..1bcad72 100644 --- a/x11/XFree86-4-libraries/scripts/configure +++ b/x11/XFree86-4-libraries/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/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index 0b2ad83..1bcad72 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/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 |