summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-07 20:53:06 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-07 20:53:06 +0200
commit40449a1e4c84fcd9ede0bc84633fe12e65ce8789 (patch)
treea7cfe66fa0af798e62972601effe123e7a4a5e98 /packages
parent5551f461e7f89d48c30abb7c24786be667a3b88b (diff)
downloadembtoolkit-40449a1e4c84fcd9ede0bc84633fe12e65ce8789.tar.gz
embtoolkit-40449a1e4c84fcd9ede0bc84633fe12e65ce8789.tar.bz2
embtoolkit-40449a1e4c84fcd9ede0bc84633fe12e65ce8789.tar.xz
Packages: dbus: does not need libxml2 and enable x support only if necessary
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/system/dbus/dbus.kconfig1
-rw-r--r--packages/system/dbus/dbus.mk5
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/system/dbus/dbus.kconfig b/packages/system/dbus/dbus.kconfig
index 8e4e44a..025fb21 100644
--- a/packages/system/dbus/dbus.kconfig
+++ b/packages/system/dbus/dbus.kconfig
@@ -26,7 +26,6 @@
config EMBTK_HAVE_DBUS
bool "Have D-bus"
select EMBTK_HAVE_EXPAT
- select EMBTK_HAVE_LIBXML2
help
D-Bus is a message bus system, a simple way for applications to
talk to one another. In addition to interprocess communication,
diff --git a/packages/system/dbus/dbus.mk b/packages/system/dbus/dbus.mk
index da68de6..3d3052e 100644
--- a/packages/system/dbus/dbus.mk
+++ b/packages/system/dbus/dbus.mk
@@ -36,9 +36,10 @@ DBUS_INCLUDES = dbus-*
DBUS_LIBS = dbus-* libdbus*
DBUS_PKGCONFIGS = dbus*.pc
-DBUS_DEPS = libxml2_install expat_install
+DBUS_DEPS = expat_install
-DBUS_CONFIGURE_OPTS := --enable-abstract-sockets
+DBUS_CONFIGURE_OPTS := --enable-abstract-sockets \
+ $(if $(CONFIG_EMBTK_HAVE_LIBX11),--with-x,--without-x)
dbus_install:
test -e $(DBUS_BUILD_DIR)/.installed || \