summaryrefslogtreecommitdiffstats
path: root/rules/dbus.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-10-19 09:50:34 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-10-19 09:50:34 +0000
commit12bf13d4bd76a0a9702422ab628707808aae1638 (patch)
tree55e15c256fa8094193cad6b4c0e2eea60a1376a6 /rules/dbus.in
parente5fd1bccafaed699eb90f4b667703a8d6d2f619b (diff)
downloadptxdist-12bf13d4bd76a0a9702422ab628707808aae1638.tar.gz
ptxdist-12bf13d4bd76a0a9702422ab628707808aae1638.tar.xz
* dbus: added
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6190 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dbus.in')
-rw-r--r--rules/dbus.in64
1 files changed, 64 insertions, 0 deletions
diff --git a/rules/dbus.in b/rules/dbus.in
new file mode 100644
index 000000000..072f45cbe
--- /dev/null
+++ b/rules/dbus.in
@@ -0,0 +1,64 @@
+menuconfig DBUS
+ bool
+ prompt "dbus"
+ help
+ D-Bus is a message bus system, a simple way for applications
+ to talk to one another. For details see the project homepage:
+
+ http://www.freedesktop.org/wiki/Software_2fdbus
+
+choice
+ prompt "xml library"
+ depends on DBUS
+
+ config DBUS_XML_EXPAT
+ bool
+ prompt "expat"
+
+ config DBUS_XML_LIBXML2
+ bool
+ prompt "libxml2"
+endchoice
+
+# --enable-tests enable unit test code
+# --enable-ansi enable -ansi -pedantic gcc flags
+# --enable-verbose-mode support verbose debug mode
+# --enable-asserts include assertion checks
+# --enable-checks include sanity checks on public API
+# --enable-xml-docs build XML documentation (requires xmlto)
+# --enable-doxygen-docs build DOXYGEN documentation (requires Doxygen)
+# --enable-gcov compile with coverage profiling instrumentation (gcc
+# only)
+# --enable-abstract-sockets
+# use abstract socket namespace (linux only)
+# --enable-selinux build with SELinux support
+# --enable-dnotify build with dnotify support (linux only)
+# --enable-kqueue build with kqueue support
+# --enable-console-owner-file
+# enable console owner file
+# --enable-shared[=PKGS]
+# build shared libraries [default=yes]
+# --enable-static[=PKGS]
+# build static libraries [default=yes]
+# --enable-fast-install[=PKGS]
+# optimize for fast installation [default=yes]
+# --with-xml=libxml/expat XML library to use
+# --with-init-scripts=redhat
+# Style of init scripts to install
+# --with-session-socket-dir=dirname
+# Where to put sockets for the per-login-session
+# message bus
+# --with-test-socket-dir=dirname
+# Where to put sockets for make check
+# --with-system-pid-file=pidfile
+# PID file for systemwide daemon
+# --with-system-socket=filename
+# UNIX domain socket for systemwide daemon
+# --with-console-auth-dir=dirname
+# 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