libevdev: 1.13.1

This commit is contained in:
Owen Rafferty 2023-05-05 18:42:00 -05:00
parent 01a9d3313c
commit c8dafaa7ac
No known key found for this signature in database
5 changed files with 13 additions and 7 deletions

View File

@ -1,7 +1,12 @@
#!/bin/sh -e
./configure \
--prefix=/usr
export DESTDIR="$1"
make
make DESTDIR="$1" install
meson setup \
-Dprefix=/usr \
-Dtests=disabled \
-Ddocumentation=disabled \
output
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
ec12ede7cba1c2fde3644af8bd68e65552ba3395a56eebf5ed6590a89b7557407c
6a0e5da2a78556360838f8a558b5435547b1f2aee73e8ac5614326960fe25b2d64

1
wayland/libevdev/depends Normal file
View File

@ -0,0 +1 @@
meson make

View File

@ -1 +1 @@
https://freedesktop.org/software/libevdev/libevdev-1.13.0.tar.xz
https://freedesktop.org/software/libevdev/libevdev-1.13.1.tar.xz

View File

@ -1 +1 @@
1.13.0 1
1.13.1 1