From 7751daffd623b8c105582af991dd45856dd551f6 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 9 Oct 2010 11:53:37 +0200 Subject: Packages: dbus: fix build with libx11 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/system/dbus/dbus.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages') 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) -- cgit v1.2.3