]> Pileus Git - ~andy/gtk/commit
configure.ac: Improve the checks for XInput 2.2
authorMatthias Clasen <mclasen@redhat.com>
Tue, 6 Mar 2012 12:45:04 +0000 (07:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 6 Mar 2012 12:45:04 +0000 (07:45 -0500)
commit4b05f4178a60bc6a8e1d3706c5128cad34bf106f
treeb69de4360efe7c3ef5b675916c75ea89f571cea2
parent74305597366d92a54692542078f653262041ebab
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,
https://bugzilla.gnome.org/show_bug.cgi?id=671453
configure.ac