Skip to content

Commit

Permalink
Fix GLib version number missed in last bump (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebrainz committed Jun 20, 2015
1 parent 3b1f200 commit 3a8ef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 3a8ef62

Please sign in to comment.