summaryrefslogtreecommitdiffstats
path: root/rules/dbus.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-10-09 19:48:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-10-15 09:43:09 +0200
commit25edc1a63668facf5a0eb5471ee722eb9444a552 (patch)
tree1067c53889962e3374fc53b3a59366829967358a /rules/dbus.in
parent0c706e61f7689540044376255a77d0570253725d (diff)
downloadptxdist-25edc1a63668facf5a0eb5471ee722eb9444a552.tar.gz
ptxdist-25edc1a63668facf5a0eb5471ee722eb9444a552.tar.xz
dbus: version bump 1.8.16 -> 1.10.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.in')
-rw-r--r--rules/dbus.in62
1 files changed, 0 insertions, 62 deletions
diff --git a/rules/dbus.in b/rules/dbus.in
index e637aa10d..450fb6d20 100644
--- a/rules/dbus.in
+++ b/rules/dbus.in
@@ -41,68 +41,6 @@ config DBUS_X
help
Enable this option to build dbus with support for X.
-config DBUS_SYSTEM_CONF
- bool
- prompt "install /etc/dbus-1/system.conf"
- default y
- help
- Installs (if present) the
- "./projectroot/etc/dbus-1/system.conf" file from your
- workspace, otherwise a generic one from the ptxdist
- directory.
-
-config DBUS_SESSION_CONF
- bool
- prompt "install /etc/dbus-1/session.conf"
- default y
- help
- Installs (if present) the
- "./projectroot/etc/dbus-1/session.conf" file from your
- workspace, otherwise a generic one from the ptxdist
- directory.
-
-# --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-daemondir=dirname
-# Directory for installing the DBUS daemon
-# --with-x use the X Window System
-
config DBUS_STARTSCRIPT
bool
default y