diff options
author | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-24 08:26:22 -0700 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-24 08:26:22 -0700 |
commit | 51ad28a4d90a1c8691127eccbbe0b170f53ef71e (patch) | |
tree | a69b1b90cd6d32f696d5f42fa2f9706ffc2ee921 /configure.ac | |
parent | bb6bd3b5dbd59d6a3bae1ad7b3878d55ceadc60b (diff) | |
parent | 60bf094db89ab098a7d56169c8657f7a26dd7590 (diff) |
Merge pull request #15 from endlessm/issues/4
Application class
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 95618a7..6edee89 100644 --- a/configure.ac +++ b/configure.ac @@ -71,10 +71,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= |