diff options
author | Tim Biermann <tbier@posteo.de> | 2020-07-13 17:59:21 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-07-13 17:59:21 +0000 |
commit | cfa01c1067db28e23073a9f1ed98e2e34c5f3aa4 (patch) | |
tree | b741f294f18a7a7ce88df48ca803c510e1ae1bde /wayland | |
parent | 82c094b6ac0ab39f6dc33c32807cdf317ddd653b (diff) | |
download | contrib-cfa01c1067db28e23073a9f1ed98e2e34c5f3aa4.tar.gz contrib-cfa01c1067db28e23073a9f1ed98e2e34c5f3aa4.tar.xz |
wayland: updated meson syntax
Diffstat (limited to 'wayland')
-rw-r--r-- | wayland/.signature | 4 | ||||
-rw-r--r-- | wayland/Pkgfile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/wayland/.signature b/wayland/.signature index ad6f7f52a..9beee0214 100644 --- a/wayland/.signature +++ b/wayland/.signature @@ -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 diff --git a/wayland/Pkgfile b/wayland/Pkgfile index f803c9835..0079d3f97 100644 --- a/wayland/Pkgfile +++ b/wayland/Pkgfile @@ -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 |