diff --git a/system/base/dbus-glib/actions.py b/system/base/dbus-glib/actions.py
index 593db3fd..bdb0cde5 100644
--- a/system/base/dbus-glib/actions.py
+++ b/system/base/dbus-glib/actions.py
@@ -10,14 +10,13 @@ from pisi.actionsapi import libtools
from pisi.actionsapi import get
def setup():
- #libtools.libtoolize("--force --copy")
- autotools.autoreconf("-f")
+ libtools.libtoolize("--force --copy")
+ autotools.autoreconf("-fi")
autotools.configure("--localstatedir=/var \
--enable-bash-completion \
--disable-doxygen-docs \
--enable-gtk-doc=no \
- --without-gtk-doc \
--enable-gtk-doc-html=no \
--disable-static")
diff --git a/system/base/dbus-glib/pspec.xml b/system/base/dbus-glib/pspec.xml
index 36c3a2bd..b0424342 100644
--- a/system/base/dbus-glib/pspec.xml
+++ b/system/base/dbus-glib/pspec.xml
@@ -16,6 +16,7 @@
http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz
python3
+ gtk-doc
dbus-devel
glib2-devel