mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
libevdev: 1.13.1
This commit is contained in:
parent
01a9d3313c
commit
c8dafaa7ac
@ -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
|
||||
|
@ -1 +1 @@
|
||||
ec12ede7cba1c2fde3644af8bd68e65552ba3395a56eebf5ed6590a89b7557407c
|
||||
6a0e5da2a78556360838f8a558b5435547b1f2aee73e8ac5614326960fe25b2d64
|
||||
|
1
wayland/libevdev/depends
Normal file
1
wayland/libevdev/depends
Normal file
@ -0,0 +1 @@
|
||||
meson make
|
@ -1 +1 @@
|
||||
https://freedesktop.org/software/libevdev/libevdev-1.13.0.tar.xz
|
||||
https://freedesktop.org/software/libevdev/libevdev-1.13.1.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
1.13.0 1
|
||||
1.13.1 1
|
||||
|
Loading…
Reference in New Issue
Block a user