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

--- Comment #8 from Arkadiy Illarionov <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to