diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-19 11:16:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-19 14:53:46 +0000 |
commit | 538cf0c496f509f8fa7efa2bc61bfb5e8878d097 (patch) | |
tree | e77346932d9d36ae850bf0cd20a5226c6f2a570b /sd/source/ui | |
parent | 26912eea7521dd2b84bfac56b322cf0f8b142450 (diff) |
move dbus config into its own config header
Change-Id: I5b0734a30dee323d41270de06f6a02fd676155c9
Reviewed-on: https://gerrit.libreoffice.org/22502
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.hxx b/sd/source/ui/remotecontrol/BluetoothServer.hxx index ac0fe3c8e665..8ec485de92d4 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.hxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.hxx @@ -13,7 +13,9 @@ #include <memory> #include <vector> -#if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && defined(ENABLE_DBUS) +#include <config_dbus.h> + +#if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && ENABLE_DBUS # define LINUX_BLUETOOTH #endif |