repo/wayland/build

14 lines
259 B
Text
Raw Normal View History

2021-08-27 17:39:18 +03:00
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