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

9 lines
205 B
Text
Executable file

wget https://wayland.freedesktop.org/releases/wayland-protocols-1.21.tar.xz
tar -xf wayland-protocols-1.12.tar.xz
cd wayland-protocols-1.12
./configure \
--prefix=/usr
make
make DESTDIR="$1" install