summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-02-24 20:16:30 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-28 09:15:04 +0100
commit58935bab9cf3fcb7764c02c820f2cd9b8e3fc9af (patch)
tree5e3134d4723e3ae44f60fdc18d1d171f69cfa4cf /rules/host-dbus-glib.make
parenta50382cb050e0c92f17afbbb37d6d7c1e91de4ae (diff)
downloadptxdist-58935bab9cf3fcb7764c02c820f2cd9b8e3fc9af.tar.gz
ptxdist-58935bab9cf3fcb7764c02c820f2cd9b8e3fc9af.tar.xz
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 <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dbus-glib.make')
-rw-r--r--rules/host-dbus-glib.make16
1 files changed, 8 insertions, 8 deletions
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