From 3b7176d8c1fa363a87fa3feded8cf50ea5abed98 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 21 Jul 2022 11:21:51 +0300 Subject: [PATCH] dbus-glib rebuild --- system/base/dbus-glib/actions.py | 5 ++--- system/base/dbus-glib/pspec.xml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) 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