summaryrefslogtreecommitdiffstats
path: root/rules/dbus.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/dbus.in')
-rw-r--r--rules/dbus.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/rules/dbus.in b/rules/dbus.in
index e0da9cc51..65563fcde 100644
--- a/rules/dbus.in
+++ b/rules/dbus.in
@@ -1,3 +1,5 @@
+# dbus configuration
+
menuconfig DBUS
bool
prompt "dbus"
@@ -22,6 +24,17 @@ choice
prompt "libxml2"
endchoice
+config DBUS_USER
+ depends on DBUS
+ string
+ prompt "user for running the dbus daemon"
+ default "messagebus"
+ help
+ Enter the user name to run the D-Bus daemon with. The PTXdist
+ standard configuration has only root, so if you want to use
+ the dbus default user "messagebus" you have to create a
+ related user yourself.
+
# --enable-tests enable unit test code
# --enable-ansi enable -ansi -pedantic gcc flags
# --enable-verbose-mode support verbose debug mode
@@ -60,7 +73,6 @@ endchoice
# directory to check for console ownerhip
# --with-console-owner-file=filename
# file whose owner determines current console owner
-# --with-dbus-user=<user> User for running the DBUS daemon (messagebus)
# --with-dbus-daemondir=dirname
# Directory for installing the DBUS daemon
# --with-x use the X Window System