diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-07-28 23:29:48 +0800 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-07-28 23:29:48 +0800 |
commit | 0c4e85c8dff04a4081a8d200e0237b148b0b8913 (patch) | |
tree | 4db616c02f16df2bb9563abd26614824019359f7 /x11 | |
parent | 3295fa4f6e3f5d505ba1cae15385579d1a0bf31e (diff) | |
download | freebsd-ports-gnome-0c4e85c8dff04a4081a8d200e0237b148b0b8913.tar.gz freebsd-ports-gnome-0c4e85c8dff04a4081a8d200e0237b148b0b8913.tar.zst freebsd-ports-gnome-0c4e85c8dff04a4081a8d200e0237b148b0b8913.zip |
Always enable extended input devices. Disabling this feature breaks the build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86/scripts/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 9cca9d9944a7..3244513da668 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/scripts/configure @@ -268,15 +268,15 @@ yesno "Build fonts?" if [ $answ = NO ]; then echo "#define BuildFonts NO" >> $F fi -yesno "Build the servers with Extended input devices?" -if [ $answ = NO ]; then - echo "#undef BuildXInputExt" >> $F - echo "#define BuildXInputExt NO" >> $F -else +#yesno "Build the servers with Extended input devices?" +#if [ $answ = NO ]; then +# echo "#undef BuildXInputExt" >> $F +# echo "#define BuildXInputExt NO" >> $F +#else if [ X${MACHINE} != X"alpha" ]; then echo "#define JoystickSupport YES" >> $F fi -fi +#fi yesno "Build PEX?" if [ $answ = NO ]; then |