<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Consider porting to gdbus."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=112343#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Consider porting to gdbus."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=112343">bug 112343</a>
from <span class="vcard"><a class="email" href="mailto:qarkai@gmail.com" title="Arkadiy Illarionov <qarkai@gmail.com>"> <span class="fn">Arkadiy Illarionov</span></a>
</span></b>
<pre>As I understand, ScreenSaverInhibitor was last user of dbus-glib and check for
DBus support (<a href="https://opengrok.libreoffice.org/xref/core/configure.ac#9955">https://opengrok.libreoffice.org/xref/core/configure.ac#9955</a>) 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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>