crosswire / xiphos

Xiphos is a Bible study tool written for Linux, UNIX, and Windows using GTK, offering a rich and featureful environment for reading, study, and research using modules from The SWORD Project and elsewhere.
http://xiphos.org
GNU General Public License v2.0
207 stars 51 forks source link

Add dbus-glib dependency to main #1103

Open jtojnar opened 2 years ago

jtojnar commented 2 years ago

It is required through the ipc header and the build will fail without it on Nix:

In file included from /build/source/src/main/search_sidebar.cc:48:
/build/source/src/gui/ipc.h:26:10: fatal error: dbus/dbus-glib.h: No such file or directory
   26 | #include <dbus/dbus-glib.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.