2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/xorg/libxkbcommon/build

13 lines
Plaintext
Raw Normal View History

2020-01-19 15:03:09 -07:00
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
-Denable-docs=false \
-Denable-wayland=false \
. output
ninja -C output
ninja -C output install