repo/wayland/libxkbcommon/build

17 lines
290 B
Plaintext
Raw Normal View History

2020-01-19 15:03:09 -07:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
export DESTDIR="$1"
2023-11-18 13:51:12 -07:00
meson setup \
-Dprefix=/usr \
-Dlibexecdir=/usr/lib \
2021-07-01 01:15:04 -06:00
-Ddefault_library=both \
2020-01-19 15:03:09 -07:00
-Denable-docs=false \
2021-07-08 05:16:48 -06:00
-Denable-wayland=true \
-Denable-x11=false \
2020-09-16 23:38:05 -06:00
-Denable-xkbregistry=false \
2023-11-18 13:51:12 -07:00
output
2020-01-19 15:03:09 -07:00
ninja -C output
ninja -C output install