diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 08f32f1..42f4098 100644 --- a/configure.ac +++ b/configure.ac @@ -69,10 +69,10 @@ AC_SUBST(EOS_SDK_LT_VERSION_INFO) # Required versions of libraries # Update these whenever you use a function that requires a certain API version -GLIB_REQUIREMENT="glib-2.0 >= 2.20" +GLIB_REQUIREMENT="glib-2.0 >= 2.36" GOBJECT_REQUIREMENT="gobject-2.0" GIO_REQUIREMENT="gio-2.0" -GTK_REQUIREMENT="gtk+-3.0 >= 3.0" +GTK_REQUIREMENT="gtk+-3.0 >= 3.4" # These go into the pkg-config file as Requires: and Requires.private: # (Generally, use Requires.private: instead of Requires:) EOS_REQUIRED_MODULES= |