summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-01-29 10:44:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-29 17:56:18 +0100
commita107126844bc4eee11b927522e79e6bcf6416853 (patch)
tree857417a6f312eaf79afe2bcab639f9cf565e654f /rules/dbus.make
parent7a3b4831befe158ef030464db9beb89366db5b46 (diff)
downloadptxdist-a107126844bc4eee11b927522e79e6bcf6416853.tar.gz
ptxdist-a107126844bc4eee11b927522e79e6bcf6416853.tar.xz
dbus: avoid unnecessary dependencies
Without this, the checks generated by AC_PATH_XTRA add additional (unnecessary) dependencies to libICE and libSM. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.make')
-rw-r--r--rules/dbus.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/dbus.make b/rules/dbus.make
index 1ba7ad3d2..83f9d559a 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -31,6 +31,11 @@ DBUS_LICENSE := AFL-2.1 AND GPL-2.0+
# Prepare
# ----------------------------------------------------------------------------
+
+DBUS_CONF_ENV := \
+ $(CROSS_ENV) \
+ ac_cv_lib_ICE_IceConnectionNumber=no
+
#
# autoconf
#