2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 16:25:50 -06:00
repo/xorg/libinput/build

17 lines
266 B
Plaintext
Raw Normal View History

2019-06-28 01:07:46 -06:00
#!/bin/sh -e
2019-10-07 15:07:48 -06:00
export DESTDIR="$1"
2019-06-28 01:07:46 -06:00
meson \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
-Ddebug-gui=false \
-Ddocumentation=false \
-Dtests=false \
-Dlibwacom=false \
. output
ninja -C output
2019-10-07 15:07:48 -06:00
ninja -C output install