repo/extra/libxkbcommon/build

15 lines
234 B
Plaintext
Raw Normal View History

2020-01-19 15:03:09 -07:00
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
2021-07-01 01:15:04 -06:00
-Ddefault_library=both \
2020-01-19 15:03:09 -07:00
-Denable-docs=false \
-Denable-wayland=false \
2020-09-16 23:38:05 -06:00
-Denable-xkbregistry=false \
2020-01-19 15:03:09 -07:00
. output
ninja -C output
ninja -C output install