summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-09 11:53:37 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-09 11:53:37 +0200
commit7751daffd623b8c105582af991dd45856dd551f6 (patch)
treeaa75d4e906bc09d4ab4d245aafec5ed7ea2ced4c /packages
parent6b7c17491283b8fb7d826bb46d9e83097dd115a6 (diff)
downloadembtoolkit-7751daffd623b8c105582af991dd45856dd551f6.tar.gz
embtoolkit-7751daffd623b8c105582af991dd45856dd551f6.tar.bz2
embtoolkit-7751daffd623b8c105582af991dd45856dd551f6.tar.xz
Packages: dbus: fix build with libx11
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-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)