@codebrainz commented on this pull request.


In workbench/src/wb_monitor.h:

> @@ -22,7 +22,7 @@
 #include <glib.h>
 #include "wb_project.h"
 
-#if defined(HAVE_GIO) && GLIB_CHECK_VERSION (2, 46, 0)
+#if defined(HAVE_GIO)

I don't think you need this HAVE_GIO stuff from the build system as GIO is part of GLib, Geany requires GIO already, and AFAIK some plugins too.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.