commit 8ea2a24

Michael Forney  ·  2017-03-14 19:47:32 +0000 UTC
parent acec510
Update Makefile for recent libinput change
1 files changed,  +3, -3
+3, -3
 1@@ -28,7 +28,7 @@ include config.mk
 2 # Dependencies
 3 PACKAGES :=           \
 4     libdrm            \
 5-    libevdev          \
 6+    libinput          \
 7     pixman-1          \
 8     wayland-server    \
 9     wayland-protocols \
10@@ -43,8 +43,8 @@ PACKAGES +=         \
11     xcb-icccm
12 endif
13 
14-ifeq ($(ENABLE_LIBINPUT),1)
15-PACKAGES += libinput libudev
16+ifeq ($(ENABLE_LIBUDEV),1)
17+PACKAGES += libudev
18 endif
19 
20 libinput_CONSTRAINTS        := --atleast-version=0.4