libinput: vendor mtdev

This commit is contained in:
Dylan Araps 2021-07-08 16:26:10 +03:00
parent 0ed516797e
commit c5cd07c99a
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,21 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -fPIC"
(
cd mtdev
./configure \
--prefix=/usr \
--disable-shared \
--disable-gcov
make
make DESTDIR="$OLDPWD" install
)
export PKG_CONFIG_PATH="$PWD/usr/lib/pkgconfig"
export CFLAGS="$CFLAGS -I$PWD/usr/include -L$PWD/usr/lib"
export DESTDIR="$1"
meson \

View File

@ -1 +1,2 @@
65a657490de896081935cf0830a9773aa76756b8e9961edeffcce1074706bbe6
15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0

View File

@ -2,5 +2,4 @@ libevdev
libudev-zero
linux-headers make
meson make
mtdev
pkgconf make

View File

@ -1 +1,2 @@
https://github.com/wayland-project/libinput/archive/1.18.0.tar.gz
https://bitmath.org/code/mtdev/mtdev-1.1.6.tar.bz2 mtdev