diff options
author | Torrey Lyons <torrey@mrcla.com> | 2004-07-30 18:22:06 +0000 |
---|---|---|
committer | Torrey Lyons <torrey@mrcla.com> | 2004-07-30 18:22:06 +0000 |
commit | 44c06b866ddf518703e2afe6a18ce3d2d08b3eb7 (patch) | |
tree | f480c19db2783953fe51940a4d51a344ca7969bc /darwin.cf | |
parent | 732a2f47eca4f12d8d2bb2c62530d5716036e9c5 (diff) |
Add initial Xinput support for XDarwin (Greg Parker).
Diffstat (limited to 'darwin.cf')
-rw-r--r-- | darwin.cf | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,4 @@ +XCOMM $XdotOrg: $ XCOMM platform: $XFree86: xc/config/cf/darwin.cf,v 1.50 2004/01/20 23:54:50 torrey Exp $ /* Darwin / Mac OS X configuration by John Carmack <johnc@idsoftware.com> */ @@ -256,8 +257,10 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe /* no direct graphics extension */ #define BuildXF86DGA NO -/* no server support for extra tablets and weird input devices */ -#define BuildXInputExt NO +/* Support for tablets and other non-standard input devices */ +#ifndef BuildXInputExt +# define BuildXInputExt YES +#endif #define BuildXInputLib YES /* no Display Power Management extension */ |