git » libinput.git » commit 8a4666c

libinput 1.25.0

author Urja (ARMLFS builder)
2024-07-12 17:47:49 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:47:49 UTC
parent c6123bd508152a3a638102e3e9c78c4138529e6d

libinput 1.25.0

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ba3bd34..2f323ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.25.0
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://wayland.freedesktop.org/libinput/doc/$pkgver/"
-arch=(armv7h)
+arch=(armv7h 'aarch64')
 license=(MIT)
 depends=('mtdev' 'systemd' 'libevdev' 'systemd-libs' 'glibc')
 # upstream doesn't recommend building docs
@@ -25,7 +25,7 @@ build() {
     -D documentation=false -Dlibwacom=false -Dtests=false -Ddebug-gui=false
 
   # Print config
-  meson configure build
+  # meson configure build
 
   meson compile -C build
 }