mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user