commit 8ea2a241bb848d3c8d5ef7ce277b46d9d8fa072e
parent acec51090e74b672ed4489ad1bcaa6ba6264eae6
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 14 Mar 2017 12:47:32 -0700
Update Makefile for recent libinput change
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -28,7 +28,7 @@ include config.mk
# Dependencies
PACKAGES := \
libdrm \
- libevdev \
+ libinput \
pixman-1 \
wayland-server \
wayland-protocols \
@@ -43,8 +43,8 @@ PACKAGES += \
xcb-icccm
endif
-ifeq ($(ENABLE_LIBINPUT),1)
-PACKAGES += libinput libudev
+ifeq ($(ENABLE_LIBUDEV),1)
+PACKAGES += libudev
endif
libinput_CONSTRAINTS := --atleast-version=0.4