summaryrefslogtreecommitdiffstats
path: root/rules/dbus.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/dbus.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dbus.in')
-rw-r--r--rules/dbus.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/rules/dbus.in b/rules/dbus.in
index 5333c17aa..077ef7d2d 100644
--- a/rules/dbus.in
+++ b/rules/dbus.in
@@ -1,7 +1,7 @@
# dbus configuration
menuconfig DBUS
- bool
+ tristate
prompt "dbus "
select EXPAT if DBUS_XML_EXPAT
select LIBXML2 if DBUS_XML_LIBXML2
@@ -12,9 +12,10 @@ menuconfig DBUS
http://www.freedesktop.org/wiki/Software_2fdbus
+if DBUS
+
choice
prompt "xml library"
- depends on DBUS
config DBUS_XML_EXPAT
bool
@@ -26,7 +27,6 @@ choice
endchoice
config DBUS_USER
- depends on DBUS
string
prompt "user for running the dbus daemon"
default "messagebus"
@@ -37,14 +37,12 @@ config DBUS_USER
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.
config ROOTFS_DBUS_SYSTEM_CONF
- depends on DBUS
bool
prompt "/etc/dbus-1/system.conf"
default y
@@ -75,7 +73,6 @@ config ROOTFS_DBUS_SYSTEM_CONF
endchoice
config ROOTFS_DBUS_SESSION_CONF
- depends on DBUS
bool
prompt "/etc/dbus-1/session.conf"
default y
@@ -150,7 +147,6 @@ config ROOTFS_DBUS_SESSION_CONF
config DBUS_INSTALL_STARTUP_SCRIPT
bool
prompt "Install startup script"
- depends on DBUS
help
This installs a startup script for dbus from a selectable source
@@ -174,3 +170,4 @@ config DBUS_INSTALL_STARTUP_SCRIPT
file projectroot/etc/init.d/dbus in your local project.
endchoice
+endif