mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
build: require GLib 2.27.0
Due to GApplication, which has been removed from 2.25.x
This commit is contained in:
parent
a4f4548258
commit
8deeb84710
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AC_PREREQ(2.54)
|
|||
|
||||
dnl ===========================================================================
|
||||
|
||||
m4_define(glib_minver, 2.25.12)
|
||||
m4_define(glib_minver, 2.27.0)
|
||||
m4_define(gnome_desktop_minver, 2.29.91)
|
||||
m4_define(pango_minver, 1.1.2)
|
||||
m4_define(gtk_minver, 2.90.7)
|
||||
|
|
Loading…
Reference in a new issue