[Libreoffice-bugs] [Bug 112343] Consider porting to gdbus.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Mar 26 17:40:21 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=112343

--- Comment #8 from Arkadiy Illarionov <qarkai at gmail.com> ---
As I understand, ScreenSaverInhibitor was last user of dbus-glib and check for
DBus support (https://opengrok.libreoffice.org/xref/core/configure.ac#9955) can
be changed from 
PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.70)
to 
PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.60)

However some modules, e.g. sd/source/ui/remotecontrol/BluetoothServer.cxx, use
dbus and glib, so proposed change breaks build of these modules.

I believe fixing this is more or less simple for somebody familiar with build
system.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180326/7408be75/attachment.html>


More information about the Libreoffice-bugs mailing list