wayland: 1.20.0

This commit is contained in:
Dylan Araps 2021-12-10 08:39:15 +02:00
parent b7794cb55c
commit 7e1fc86557
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 11 additions and 8 deletions

View File

@ -1,10 +1,13 @@
#!/bin/sh -e
./configure \
meson \
--prefix=/usr \
--disable-documentation \
--disable-dtd-validation \
--enable-static
-Ddefault_library=both \
-Dtests=false \
-Ddocumentation=false \
-Ddtd_validation=false \
. build
ninja -C build
ninja -C build install
make
make install

View File

@ -1 +1 @@
baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15
b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725

View File

@ -1 +1 @@
1.19.0 1
1.20.0 1