[Bug 42547] winex11.drv compilation fails on systems without XInput2 support

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 27 10:25:04 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42547

Kol <kol at MV8660.spb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kol at MV8660.spb.edu

--- Comment #4 from Kol <kol at MV8660.spb.edu> ---
I can confirm that Wine 2.2 can be built flawlessly on the system without
XInput2 support if the definition of update_relative_valuators() function
in "dlls/winex11.drv/mouse.c" is enclosed in

#ifdef HAVE_X11_EXTENSIONS_XINPUT2_H
...
#endif
.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list