[geany/geany] 3a8ef6: Fix GLib version number missed in last bump (oops)

Matthew Brush git-noreply at xxxxx
Sat Jun 20 00:12:53 UTC 2015


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Sat, 20 Jun 2015 00:12:53 UTC
Commit:      3a8ef62794731c3c0541296e4dba5c832bd08494
             https://github.com/geany/geany/commit/3a8ef62794731c3c0541296e4dba5c832bd08494

Log Message:
-----------
Fix GLib version number missed in last bump (oops)


Modified Paths:
--------------
    configure.ac

Modified: configure.ac
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -74,7 +74,7 @@ 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.20"
+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"
 PKG_CHECK_MODULES([GTK], [$gtk_modules $gtk_modules_private])
 AC_SUBST([DEPENDENCIES], [$gtk_modules])



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list