repo/wayland-protocols/build

10 lines
205 B
Text
Raw Normal View History

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