aboutsummaryrefslogtreecommitdiff
path: root/libs/libinput
diff options
context:
space:
mode:
authorkrant <aleksey.vasilenko@gmail.com>2024-02-07 11:22:07 +0200
committerRosen Penev <rosenp@gmail.com>2024-02-07 13:56:11 -0800
commitc05d63be597674e835fb6b4c388b1096427222b5 (patch)
tree2d507041606d6484c382da4e0680eff06c3ffd34 /libs/libinput
parenta32fa4998af70a1a37afc9b04a0b57babe33ec17 (diff)
libinput: update to 1.25.0
- Switch sources to git since no proper tarball is available - Switch URL to HTTPS - Don't set default Meson options Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'libs/libinput')
1 files changed, 6 insertions, 8 deletions
diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile
index eeabb8ee7..30935d003 100644
--- a/libs/libinput/Makefile
+++ b/libs/libinput/Makefile
@@ -5,12 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libinput
-PKG_VERSION:=1.19.4
+PKG_VERSION:=1.25.0
PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput
-PKG_HASH:=ff33a570b5a936c81e6c08389a8581c2665311d026ce3d225c88d09c49f9b440
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_URL:=https://gitlab.freedesktop.org/libinput/libinput.git
+PKG_SOURCE_VERSION:=$(PKG_VERSION)
+PKG_MIRROR_HASH:=33220a76fae55ac425bd5f082ddcfedd8cbe501cdd3114064f8dc5f16f8a10cb
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=MIT
@@ -24,7 +25,7 @@ define Package/libinput
SECTION:=libs
CATEGORY:=Libraries
TITLE:=a library to handle input devices
- URL:=http://freedesktop.org/wiki/Software/libinput/
+ URL:=https://freedesktop.org/wiki/Software/libinput/
DEPENDS:=+libevdev +mtdev +libudev
endef
@@ -41,9 +42,6 @@ MESON_ARGS += \
-Dlibwacom=false \
-Ddebug-gui=false \
-Dtests=false \
- -Dinstall-tests=false \
- -Ddocumentation=false \
- -Dcoverity=false \
-Dzshcompletiondir=no
define Build/InstallDev