Why does Xojo Console framework on Linux have dependency on libglib 2.0 ?

Why does Xojo Console framework on Linux have dependency on libglib 2.0 ?

why shouldn’t it?

maybe some gobject calls?

libglib is not just a GNOME GUI lib. There are a lot of other functional classes that can be very useful in a Console app.

However, it is also possible to accomplish the same things without any GNOME dependencies. Maybe a feature request to re-write the Console layer to no use any GNOME APIs is in order?

Well, if it’s a problem, you could fill a feedback case.

e.g. MBS Plugin loads GTK functions at runtime, so we can run on servers which don’t have that library.

Yes I don’t get it, I thought Xojo them selfs had pressed us to have no Glib dependency in Console Apps, especially for Xojo cloud.