summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73d390f8ff88..0d82dfefa45a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://www.freedesktop.org/wiki/Software/DBusBindings"
arch=(x86_64)
license=('GPL')
depends=('dbus' 'glib2')
-makedepends=('python')
+makedepends=('python' 'gtk-doc')
provides=(dbus-glib)
conflicts=(dbus-glib)
source=("git+https://gitlab.freedesktop.org/dbus/dbus-glib.git")
@@ -30,7 +30,6 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \
- --disable-gtk-doc \
--disable-static
make
}