wayland: 1.19.0

This commit is contained in:
Dylan Araps 2021-07-08 00:38:08 +03:00
parent 26c4f68601
commit 3f3b1fba1e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 17 additions and 0 deletions

10
wayland/wayland/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-documentation \
--disable-dtd-validation \
--enable-static
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15

4
wayland/wayland/depends Normal file
View File

@ -0,0 +1,4 @@
expat
flex make
libffi
meson make

1
wayland/wayland/sources Normal file
View File

@ -0,0 +1 @@
https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz

1
wayland/wayland/version Normal file
View File

@ -0,0 +1 @@
1.19.0 1