types/meson.build: Add compile args for libinput to lib_wlr_types (#1636)

* Add compile args for libinput to lib_wlr_types

Fixes the build on openSUSE Tumbleweed

* Remove libinput include from wlr_tablet_v2.c

+ libinput isn't used in the file
+ Also remove libinput dependency from types/meson.build
This commit is contained in:
Stuart Dilts 2019-03-27 11:31:20 -06:00 committed by emersion
parent 17f688735f
commit 08454adada
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#endif
#include <assert.h>
#include <libinput.h>
#include <stdlib.h>
#include <string.h>
#include <wayland-server.h>