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