diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-02 19:52:58 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 03:02:04 +0300 |
commit | 441f084bfe87a6ea1c94ec63f82888b8b3d81d89 (patch) | |
tree | 22385699d56a8f45c6215b738a3073f8b85715ef /include/dix-config.h.in | |
parent | 35c89f3f5b8fa222e37b799d5bb01595e8f30d0c (diff) |
config: Don't attempt to use D-Bus when not strictly necessary
If we have D-Bus but have explicitly disabled it, don't build it.
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index b088ef814..e853aa93b 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -468,6 +468,9 @@ /* Support D-Bus */ #undef HAVE_DBUS +/* Use D-Bus for input hotplug */ +#undef CONFIG_NEED_DBUS + /* Support the D-Bus hotplug API */ #undef CONFIG_DBUS_API |