diff options
Diffstat (limited to 'xorg/libinput')
-rwxr-xr-x | xorg/libinput/build | 10 | ||||
-rw-r--r-- | xorg/libinput/checksums | 2 | ||||
-rw-r--r-- | xorg/libinput/depends | 1 | ||||
-rw-r--r-- | xorg/libinput/sources | 2 | ||||
-rw-r--r-- | xorg/libinput/version | 2 |
5 files changed, 6 insertions, 11 deletions
diff --git a/xorg/libinput/build b/xorg/libinput/build index eb7b6771..4dc16c29 100755 --- a/xorg/libinput/build +++ b/xorg/libinput/build @@ -1,13 +1,7 @@ #!/bin/sh -e -patch -p1 < libinput-optional-udev.patch - export DESTDIR="$1" -# Meson build has no support for automatically using -# udev if available. This simply does the same. -kiss l eudev >/dev/null 2>&1 || udev=false - meson \ --prefix=/usr \ --sysconfdir=/etc \ @@ -16,8 +10,8 @@ meson \ -Ddocumentation=false \ -Dtests=false \ -Dlibwacom=false \ - -Dudev="${udev:=true}" \ - -Dtools="$udev" \ + -Dudev=true \ + -Dtools=true \ . output ninja -C output diff --git a/xorg/libinput/checksums b/xorg/libinput/checksums index dbfa1280..79767b97 100644 --- a/xorg/libinput/checksums +++ b/xorg/libinput/checksums @@ -1,2 +1,2 @@ -aeedea216a6317ddc6e27c3d54f26b987078780db6a8320cc09e19c25b307f1c libinput-1.15.6.tar.xz +83f6d0c94e5e0dd87094ce73f0edb631919617d24a60ee0ab9bd9197411d76e8 libinput-1.16.0.tar.xz e7cadd402e0c7c8e01c2b9a6720c3648b4e44ccee9d7731d1a28413e0b4c5e98 libinput-optional-udev.patch diff --git a/xorg/libinput/depends b/xorg/libinput/depends index 243716d9..d27020cb 100644 --- a/xorg/libinput/depends +++ b/xorg/libinput/depends @@ -1,3 +1,4 @@ +eudev libevdev linux-headers make meson make diff --git a/xorg/libinput/sources b/xorg/libinput/sources index f57b7bce..0099c76e 100644 --- a/xorg/libinput/sources +++ b/xorg/libinput/sources @@ -1,2 +1,2 @@ -https://www.freedesktop.org/software/libinput/libinput-1.15.6.tar.xz +https://www.freedesktop.org/software/libinput/libinput-1.16.0.tar.xz patches/libinput-optional-udev.patch diff --git a/xorg/libinput/version b/xorg/libinput/version index f2e7b806..df10ebf3 100644 --- a/xorg/libinput/version +++ b/xorg/libinput/version @@ -1 +1 @@ -1.15.6 1 +1.16.0 1 |