summaryrefslogtreecommitdiff
path: root/wayland/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 20:57:32 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 20:57:32 +0000
commit63ebb4251ca787f8db8f1835b260d72bdcb31c75 (patch)
tree4720b74eac06687e30322a6039b05d0d8168953e /wayland/Pkgfile
parent52ae2574e44511df28de3d85c4c2435c4d166b11 (diff)
downloadcontrib-63ebb4251ca787f8db8f1835b260d72bdcb31c75.tar.gz
contrib-63ebb4251ca787f8db8f1835b260d72bdcb31c75.tar.xz
wayland: updated meson syntax
Diffstat (limited to 'wayland/Pkgfile')
-rw-r--r--wayland/Pkgfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/wayland/Pkgfile b/wayland/Pkgfile
index 0079d3f97..64ec2c1ec 100644
--- a/wayland/Pkgfile
+++ b/wayland/Pkgfile
@@ -9,9 +9,10 @@ release=1
source=(https://wayland.freedesktop.org/releases/$name-$version.tar.xz)
build() {
- meson $name-$version build --prefix=/usr \
- --buildtype=release \
+ meson setup $name-$version build \
+ --prefix=/usr \
+ --buildtype=plain \
-Ddocumentation=false
- ninja -C build
- DESTDIR=$PKG ninja -C build install
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
}

Generated by cgit