From 08454adadaa5db9f136531eddbe290a933a335bf Mon Sep 17 00:00:00 2001 From: Stuart Dilts Date: Wed, 27 Mar 2019 11:31:20 -0600 Subject: [PATCH] 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 --- types/tablet_v2/wlr_tablet_v2.c | 1 - 1 file changed, 1 deletion(-) 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 -#include #include #include #include