wayland: updated meson syntax

This commit is contained in:
Tim Biermann 2020-07-13 17:59:21 +00:00
parent 82c094b6ac
commit cfa01c1067
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xpbYmvDsrWBTPq8VJ34xf8NMtUM51xLwxFVDaSWDi15yNJQAoqvwKnBi/EHrRfB8Jg5rQ7otnCRwjNjPRq4VwU=
SHA256 (Pkgfile) = defd0363d6274a4d06ce9e5acfd4681dd2c4bb85f6289440bc1864fc459a2c0f
RWSagIOpLGJF3zv8aZgzZDa0wS4gD2N1xQhnOaz7IO12Cx0r2aQVoTt5P45RY6tWGK/MQA/SrDDg6IRAo4sh0cADTQXzsMg73A4=
SHA256 (Pkgfile) = 9f602227f8f079af8a0f6ec97b4be64dcb7f5c4aab95c6fe8f9d9a86c6adcd4d
SHA256 (.footprint) = 587a2cb9d658fa9bf03bb19781e5168afe4879cecbf0872ede7cc805268944a7
SHA256 (wayland-1.18.0.tar.xz) = 4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d

@ -9,8 +9,7 @@ release=1
source=(https://wayland.freedesktop.org/releases/$name-$version.tar.xz)
build() {
cd $name-$version
meson build --prefix=/usr \
meson $name-$version build --prefix=/usr \
--buildtype=release \
-Ddocumentation=false
ninja -C build