diff options
author | Stuart Dilts <stuart.dilts@gmail.com> | 2019-03-27 11:31:20 -0600 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-03-27 19:31:20 +0200 |
commit | 08454adadaa5db9f136531eddbe290a933a335bf (patch) | |
tree | f6094709020f01a827f801b073746c03187b0ce6 | |
parent | 17f688735f3669a08585427341a9a2cf1cc3ea0d (diff) |
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
-rw-r--r-- | types/tablet_v2/wlr_tablet_v2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/types/tablet_v2/wlr_tablet_v2.c b/types/tablet_v2/wlr_tablet_v2.c index 13c82097..39db8d1f 100644 --- a/types/tablet_v2/wlr_tablet_v2.c +++ b/types/tablet_v2/wlr_tablet_v2.c @@ -3,7 +3,6 @@ #endif #include <assert.h> -#include <libinput.h> #include <stdlib.h> #include <string.h> #include <wayland-server.h> |