From 5201ed8cc6d6468f7391dac6dbe1cac0682b1dfb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 18 Jun 2020 14:32:56 +1000 Subject: meson.build: update libwacom dependency to 0.27 or newer Released in 2017, that's enough waiting Signed-off-by: Peter Hutterer --- udev/libinput-device-group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udev') diff --git a/udev/libinput-device-group.c b/udev/libinput-device-group.c index 65d22ec3..df06803d 100644 --- a/udev/libinput-device-group.c +++ b/udev/libinput-device-group.c @@ -30,7 +30,7 @@ #include "libinput-util.h" -#if HAVE_LIBWACOM_GET_PAIRED_DEVICE +#if HAVE_LIBWACOM #include static void @@ -209,7 +209,7 @@ int main(int argc, char **argv) } else { char *physmatch = NULL; -#if HAVE_LIBWACOM_GET_PAIRED_DEVICE +#if HAVE_LIBWACOM if (vendor_id == VENDOR_ID_WACOM) { if (product_id == PRODUCT_ID_WACOM_EKR) wacom_handle_ekr(device, -- cgit v1.2.1