summaryrefslogtreecommitdiff
path: root/packages/system/dbus/dbus.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/system/dbus/dbus.mk')
-rw-r--r--packages/system/dbus/dbus.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/system/dbus/dbus.mk b/packages/system/dbus/dbus.mk
index 3d3052e..8773e5c 100644
--- a/packages/system/dbus/dbus.mk
+++ b/packages/system/dbus/dbus.mk
@@ -36,7 +36,8 @@ DBUS_INCLUDES = dbus-*
DBUS_LIBS = dbus-* libdbus*
DBUS_PKGCONFIGS = dbus*.pc
-DBUS_DEPS = expat_install
+DBUS_DEPS = expat_install \
+ $(if $(CONFIG_EMBTK_HAVE_LIBX11),libx11_install,)
DBUS_CONFIGURE_OPTS := --enable-abstract-sockets \
$(if $(CONFIG_EMBTK_HAVE_LIBX11),--with-x,--without-x)