forked from kiss-community/repo
xorg: Added libinput
This commit is contained in:
parent
1e3e1e8dea
commit
2fbdf692c2
15
xorg/libinput/build
Executable file
15
xorg/libinput/build
Executable 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
1
xorg/libinput/checksums
Normal file
@ -0,0 +1 @@
|
||||
1d9fa0698348dea46f75321d98788f8ac7181c069b70c4d10736910a12bb6a6d libinput-1.13.2.tar.xz
|
4
xorg/libinput/depends
Normal file
4
xorg/libinput/depends
Normal file
@ -0,0 +1,4 @@
|
||||
meson make
|
||||
ninja make
|
||||
mtdev make
|
||||
libevdev make
|
1
xorg/libinput/sources
Normal file
1
xorg/libinput/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.freedesktop.org/software/libinput/libinput-1.13.2.tar.xz
|
1
xorg/libinput/version
Normal file
1
xorg/libinput/version
Normal file
@ -0,0 +1 @@
|
||||
1.13.2 1
|
Loading…
Reference in New Issue
Block a user