From 58935bab9cf3fcb7764c02c820f2cd9b8e3fc9af Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 24 Feb 2015 20:16:30 +0100 Subject: dbus-glib: version bump 0.100 -> 0.104 Cleanup while at it. Note: '=' is no longer needed, the referenced variable was removed in an earlier commit. Signed-off-by: Michael Olbrich --- rules/host-dbus-glib.make | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'rules/host-dbus-glib.make') diff --git a/rules/host-dbus-glib.make b/rules/host-dbus-glib.make index 28aa46e4c..e2f5be5e9 100644 --- a/rules/host-dbus-glib.make +++ b/rules/host-dbus-glib.make @@ -23,19 +23,19 @@ HOST_DBUS_GLIB_DIR = $(HOST_BUILDDIR)/$(DBUS_GLIB) # Prepare # ---------------------------------------------------------------------------- -HOST_DBUS_GLIB_PATH := PATH=$(HOST_PATH) -HOST_DBUS_GLIB_ENV := $(HOST_ENV) - # # autoconf # -HOST_DBUS_GLIB_AUTOCONF := \ +HOST_DBUS_GLIB_CONF_TOOL := autoconf +HOST_DBUS_GLIB_CONF_OPT := \ $(HOST_AUTOCONF) \ - --disable-bash-completion \ + --disable-tests \ + --disable-ansi \ --disable-gcov \ - --disable-gtk-doc \ - --disable-static \ - --disable-tests + --disable-bash-completion \ + --disable-asserts \ + --enable-checks \ + --disable-gtk-doc # ---------------------------------------------------------------------------- # Install -- cgit v1.2.3