2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/wayland/libxkbcommon/build

17 lines
290 B
Plaintext
Raw Normal View History

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