repo/wayland/libxkbcommon/build

17 lines
286 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"
2020-01-19 22:03:09 +00:00
meson \
--prefix=/usr \
--libexecdir=/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 \
2020-01-19 22:03:09 +00:00
. output
ninja -C output
ninja -C output install