repo/wayland/build
2021-08-27 16:39:18 +02:00

13 lines
259 B
Text
Executable file

wget https://wayland.freedesktop.org/releases/wayland-1.19.tar.xz
tar -xf wayland-1.19.tar.xz
cd wayland-1.19
./configure \
--prefix=/usr \
--disable-documentation \
--disable-dtd-validation \
--enable-static
make
make DESTDIR="$1" install