GNOME Bugzilla – Bug 671453
Improve the configure check for XInput 2.2
Last modified: 2012-03-06 12:45:56 UTC
Created attachment 209063 [details] [review] 0001-configure.ac-Improve-the-checks-for-XInput-2.2.patch From the commit log of the attached patch: configure.ac: Improve the checks for XInput 2.2 Check for the XIScrollClassInfo struct in addition to the existing check for XIAllowTouchEvents() because Ubuntu Oneiric seems to have an incomplete backport which has one but not the other. This fixes this build problem for me: gdkdevicemanager-xi2.c: In function 'translate_device_classes': gdkdevicemanager-xi2.c:239:14: error: 'XIScrollClass' undeclared (first use in this function)
The following fix has been pushed: 4b05f41 configure.ac: Improve the checks for XInput 2.2
Created attachment 209081 [details] [review] configure.ac: Improve the checks for XInput 2.2 Check for the XIScrollClassInfo struct in addition to the existing check for XIAllowTouchEvents() because Ubuntu Oneiric seems to have an incomplete backport which has one but not the other. Based on a patch by Murray Cumming,