summaryrefslogtreecommitdiffstats
path: root/rules/dbus.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-11-26 10:10:49 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-11-26 10:10:49 +0000
commit20789137b65d96974a3c887d06fa5fb1f5d52435 (patch)
treec2e328247c6fe3b821947e8ab99e36766cd001ea /rules/dbus.in
parent0bab0306bb0c1cfa01ed5e7855dccdbfb71e4311 (diff)
downloadptxdist-20789137b65d96974a3c887d06fa5fb1f5d52435.tar.gz
ptxdist-20789137b65d96974a3c887d06fa5fb1f5d52435.tar.xz
* dbus: fixed x handling
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6376 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dbus.in')
-rw-r--r--rules/dbus.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/dbus.in b/rules/dbus.in
index 65563fcde..2ced5e772 100644
--- a/rules/dbus.in
+++ b/rules/dbus.in
@@ -5,6 +5,7 @@ menuconfig DBUS
prompt "dbus"
select EXPAT if DBUS_XML_EXPAT
select LIBXML2 if DBUS_XML_LIBXML2
+ select XORG_LIB_X11 if DBUS_X
help
D-Bus is a message bus system, a simple way for applications
to talk to one another. For details see the project homepage:
@@ -35,6 +36,13 @@ config DBUS_USER
the dbus default user "messagebus" you have to create a
related user yourself.
+config DBUS_X
+ depends on DBUS
+ bool
+ prompt "enable X support"
+ help
+ Enable this option to build dbus with support for X.
+
# --enable-tests enable unit test code
# --enable-ansi enable -ansi -pedantic gcc flags
# --enable-verbose-mode support verbose debug mode