summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-08-27 15:19:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-07 16:16:04 +0200
commit83e18bff6faabd56be6ea7ae93b824d20ef6608d (patch)
tree4bd2fe6754b93fedeae47dcd6e2666f120e42454 /rules/host-dbus-glib.make
parent1b0b950d847e2fdf67ccee40ed6ad59e499b894e (diff)
downloadptxdist-83e18bff6faabd56be6ea7ae93b824d20ef6608d.tar.gz
ptxdist-83e18bff6faabd56be6ea7ae93b824d20ef6608d.tar.xz
host-dbus-glib: don't build static libs
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dbus-glib.make')
-rw-r--r--rules/host-dbus-glib.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-dbus-glib.make b/rules/host-dbus-glib.make
index 329a53cbe..d3976036a 100644
--- a/rules/host-dbus-glib.make
+++ b/rules/host-dbus-glib.make
@@ -35,6 +35,7 @@ HOST_DBUS_GLIB_AUTOCONF := \
--disable-doxygen-docs \
--disable-gcov \
--disable-gtk-doc \
+ --disable-static \
--disable-tests
# ----------------------------------------------------------------------------