libinput: update to version 1.2.1
authorDaniel Golle <daniel@makrotopia.org>
Wed, 9 Mar 2016 08:30:41 +0000 (09:30 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 9 Mar 2016 08:30:41 +0000 (09:30 +0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/libinput/Makefile

index dce59f2cd708d490d31a0eda979b1c85a41a9ecf..98f021fda3828b9ca4ab4f2e815e60bd6a4c0050 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libinput
-PKG_VERSION:=1.1.7
+PKG_VERSION:=1.2.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput/
-PKG_MD5SUM:=a501715a6135ac1f772bb5f3e3183481
+PKG_MD5SUM:=2b36d32362111c3e99f19c83bc535332
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=COPYING
@@ -26,6 +26,8 @@ include $(INCLUDE_DIR)/package.mk
 
 TARGET_CFLAGS+= -std=gnu99
 
+CONFIGURE_ARGS += --disable-libwacom
+
 define Package/libinput
   SECTION:=libs
   CATEGORY:=Libraries