forked from alnux/repo
15 lines
273 B
Text
Executable file
15 lines
273 B
Text
Executable file
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
|
|
|