diff options
Diffstat (limited to 'x11')
-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 |
3 files changed, 3 insertions, 6 deletions
diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure index 0b2ad83d6fe0..1bcad7213802 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 0b2ad83d6fe0..1bcad7213802 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 0b2ad83d6fe0..1bcad7213802 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 |