diff options
author | Zach van Rijn <me@zv.io> | 2022-06-09 23:59:40 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-06-12 23:51:59 +0000 |
commit | ae149d6293587f0ebf03dfe6aa4494e250aeb349 (patch) | |
tree | 1d1b54fa29a7fd9cdf252f81b7b8926dfe940f04 | |
parent | 4e134ad38b62455f60c19ce6c6a3f0372bc4646d (diff) | |
download | packages-ae149d6293587f0ebf03dfe6aa4494e250aeb349.tar.gz packages-ae149d6293587f0ebf03dfe6aa4494e250aeb349.tar.bz2 packages-ae149d6293587f0ebf03dfe6aa4494e250aeb349.tar.xz packages-ae149d6293587f0ebf03dfe6aa4494e250aeb349.zip |
user/wayland-protocols: remove unsupported meson argument. fixes #774.
-rw-r--r-- | user/wayland-protocols/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/wayland-protocols/APKBUILD b/user/wayland-protocols/APKBUILD index 1286e08ad..976ad7198 100644 --- a/user/wayland-protocols/APKBUILD +++ b/user/wayland-protocols/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=wayland-protocols pkgver=1.25 -pkgrel=0 +pkgrel=1 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="https://wayland.freedesktop.org" arch="noarch" @@ -24,7 +24,6 @@ build() { --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=plain \ - -Ddocumentation=false \ . output meson compile ${JOBS:+-j ${JOBS}} -C output |