summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLubosz Sarnecki2015-07-13 15:02:39 +0200
committerLubosz Sarnecki2015-07-13 15:02:39 +0200
commitaa1b4684c32af785eb166a0fda5899054aa2d432 (patch)
treef45ff2834e8392d12898c71b13fc511c359aee3e /PKGBUILD
parent3f3c846839de0d52852f094b4a690cac0ad01f37 (diff)
downloadaur-aa1b4684c32af785eb166a0fda5899054aa2d432.tar.gz
do not build doc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44dcbbbe32c9..7f2fc689887d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ build() {
cd $_gitname
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --enable-experimental --disable-fatal-warnings \
- --with-gtk=3.0
+ --with-gtk=3.0 --disable-gtk-doc
make
}