diff --git a/system/base/dbus-glib/actions.py b/system/base/dbus-glib/actions.py index e68a6780..bdb0cde5 100644 --- a/system/base/dbus-glib/actions.py +++ b/system/base/dbus-glib/actions.py @@ -16,7 +16,8 @@ def setup(): autotools.configure("--localstatedir=/var \ --enable-bash-completion \ --disable-doxygen-docs \ - --disable-gtk-doc \ + --enable-gtk-doc=no \ + --enable-gtk-doc-html=no \ --disable-static") def build():