In configure.ac:
> @@ -74,14 +74,11 @@ AS_IF([test "x$enable_gtk3" = xyes], > AM_CONDITIONAL([GTK3], [test "x$gtk_package" = "xgtk+-3.0"]) > > # GTK/GLib/GIO checks > -gtk_modules="$gtk_package >= $gtk_min_version glib-2.0 >= 2.28" > -gtk_modules_private="gio-2.0 >= 2.28 gmodule-no-export-2.0" > +gtk_modules="$gtk_package >= $gtk_min_version glib-2.0 >= 2.32" > +gtk_modules_private="gio-2.0 >= 2.32 gmodule-no-export-2.0"
that would make sense indeed, if it's what we use to make our installer builds
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.