14 lines
259 B
Text
14 lines
259 B
Text
|
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
|
||
|
|