summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f53caaf6c74..482c37e3d6f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ pkgver() {
build() {
rm -rf build
- arch-meson $_realname build --libdir=lib --buildtype release
+ arch-meson $_realname build --libdir=lib --buildtype release -Dapi_doc=true
ninja -C build
}