summaryrefslogtreecommitdiff
path: root/mpc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'mpc/PKGBUILD')
-rw-r--r--mpc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpc/PKGBUILD b/mpc/PKGBUILD
index 4c77b54..24f7bc5 100644
--- a/mpc/PKGBUILD
+++ b/mpc/PKGBUILD
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "${pkgname%-*}"
meson setup \
- --prefix=/usr --buildtype=release -Db_lto=true \
+ --prefix=/usr --buildtype=release -Db_lto=true -Ddocumentation=enabled \
. output
ninja -C output
}