x11: Require XInput 2.3 at build time

The needed libXi version was released 5 years ago, so should be fine.
This commit is contained in:
Jonas Ådahl
2018-11-05 16:07:43 +01:00
parent ecec99eedb
commit 176e6fcded
6 changed files with 1 additions and 28 deletions

View File

@ -31,8 +31,6 @@
#include "config.h"
#ifdef HAVE_XI23
#include <glib-object.h>
#include <X11/extensions/XInput2.h>
#include <X11/extensions/Xfixes.h>
@ -217,5 +215,3 @@ static void
meta_barrier_impl_x11_init (MetaBarrierImplX11 *self)
{
}
#endif /* HAVE_XI23 */