summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-09 22:39:41 -0500
committerVincent Grande2021-01-09 22:39:41 -0500
commitf74f7e57e9a97495d9146b5c27a6a9cb490f62a0 (patch)
tree75f423a3e53a6c7b12d08de2a8347aeb7e49aea3
parent4e705f571260cbab6d9b41a34d989aa6cdd08e3d (diff)
downloadaur-f74f7e57e9a97495d9146b5c27a6a9cb490f62a0.tar.gz
gtkdoc required
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 302f672c42be..3bf7cd82ae1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = dbus-glib-git
arch = x86_64
license = GPL
makedepends = python
+ makedepends = gtk-doc
depends = dbus
depends = glib2
provides = dbus-glib
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
}