! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
DBUS_BINDING_TOOL check is probably obsolete
Status:
RESOLVED: FIXED
Product:
Xfce4-notifyd
Component:
general

Comments

Description Michał Górny 2018-11-04 10:13:30 CET
configure.ac.in still has:

  AC_PATH_PROG([DBUS_BINDING_TOOL], [dbus-binding-tool])
  AS_IF([test -z "$DBUS_BINDING_TOOL"],
  [
    echo '*** The program "dbus-binding-tool" is required to build.'
    exit 1
  ])

However, I don't seem to be able to find any reference to this tool elsewhere. Furthermore, xfce4-notifyd builds fine when passed DBUS_BINDING_TOOL=/bin/false.
Comment 1 Simon Steinbeiss editbugs 2018-11-10 23:50:35 CET
Hi Michał, yes I think you're right. This was simply overlooked in the past. dbus-binding-tool is for dbus-glib, whereas notifyd has already been ported to gdbus (the successor of dbus-glib).
Comment 2 Git Bot editbugs 2018-11-10 23:52:16 CET
Simon Steinbeiss referenced this bugreport in commit 841b4e4ddc2f757180e1c76fb32d85db2e88cbc4

Drop reference to dbus-binding-tool (Bug #14835)

https://git.xfce.org/apps/xfce4-notifyd/commit?id=841b4e4ddc2f757180e1c76fb32d85db2e88cbc4

Bug #14835

Reported by:
Michał Górny
Reported on: 2018-11-04
Last modified on: 2018-11-10

People

Assignee:
Simon Steinbeiss
CC List:
0 users

Version

Attachments

Additional information