summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-12-12 19:26:10 -0500
committerVincent Grande2020-12-12 19:26:10 -0500
commit055aa394c7ab2264a2e457af17c7053615fc52cf (patch)
tree1a9a2ea45851c504a9fa7aaf9b0994fccd888305 /PKGBUILD
parent8e896571d2cd6f2dcfe14cd7107a133d47c0d8ee (diff)
downloadaur-055aa394c7ab2264a2e457af17c7053615fc52cf.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc5576372f80..fff59bd4197d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ prepare() {
build() {
arch-meson harfbuzz build \
-D graphite=enabled \
- -D docs=false
+ -D docs=disabled
meson compile -C build
}