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