summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2018-07-08 16:33:32 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-08-08 12:45:12 +0200
commit02addb3618f026acd72ece76fc726b9473cc5940 (patch)
treed504a9c4f88f902ae5d75113fe48c2ed1935d095 /config_host
parent2c00f5c896bee61033b93ddb9f32d959b0b01e94 (diff)
tdf#112343 Change dependency from dbus-glib to dbus
Add check for GLib support for modules which depends on dbus and glib separately. Also fix copy-paste typo. Change-Id: Ibd33573b2f8dff9e0a7f2e0fc983d93878bb5357 Reviewed-on: https://gerrit.libreoffice.org/57157 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_dbus.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host/config_dbus.h.in b/config_host/config_dbus.h.in
index 44cbf8a63919..4ac5c32faf56 100644
--- a/config_host/config_dbus.h.in
+++ b/config_host/config_dbus.h.in
@@ -11,6 +11,7 @@
#define INCLUDED_CONFIG_DBUS_H
#define ENABLE_DBUS 0
+#define DBUS_HAVE_GLIB 0
#endif