diff options
-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 |