repo/libxkbcommon/build

16 lines
273 B
Text
Raw Normal View History

2021-08-27 17:39:18 +03:00
export DESTDIR="$1"
meson \
--prefix=/usr \
--libexecdir=/usr/lib \
-Ddefault_library=both \
-Denable-docs=false \
-Denable-wayland=true \
-Denable-x11=false \
-Denable-xkbregistry=false \
. output
ninja -C output
ninja -C output install