mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-02 11:07:20 -06:00
libinput: vendor mtdev
This commit is contained in:
parent
0ed516797e
commit
c5cd07c99a
@ -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 \
|
||||
|
@ -1 +1,2 @@
|
||||
65a657490de896081935cf0830a9773aa76756b8e9961edeffcce1074706bbe6
|
||||
15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0
|
||||
|
@ -2,5 +2,4 @@ libevdev
|
||||
libudev-zero
|
||||
linux-headers make
|
||||
meson make
|
||||
mtdev
|
||||
pkgconf make
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user