xorg: Added libinput

This commit is contained in:
Dylan Araps 2019-06-28 10:07:46 +03:00 committed by Muhammad Herdiansyah
parent 1e3e1e8dea
commit 2fbdf692c2
5 changed files with 22 additions and 0 deletions

15
xorg/libinput/build Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh -e
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
-Ddebug-gui=false \
-Ddocumentation=false \
-Dtests=false \
-Dlibwacom=false \
. output
ninja -C output
DESTDIR="$1" ninja -C output install

1
xorg/libinput/checksums Normal file
View File

@ -0,0 +1 @@
1d9fa0698348dea46f75321d98788f8ac7181c069b70c4d10736910a12bb6a6d libinput-1.13.2.tar.xz

4
xorg/libinput/depends Normal file
View File

@ -0,0 +1,4 @@
meson make
ninja make
mtdev make
libevdev make

1
xorg/libinput/sources Normal file
View File

@ -0,0 +1 @@
https://www.freedesktop.org/software/libinput/libinput-1.13.2.tar.xz

1
xorg/libinput/version Normal file
View File

@ -0,0 +1 @@
1.13.2 1