diff options
author | infirit <[email protected]> | 2014-07-01 11:38:55 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-01 11:38:55 +0200 |
commit | 9edc265c6ead6a2a30f73dc1693d312b06bf3099 (patch) | |
tree | 8a65fe2bda5303f8e9b93004b5c995be326cccc4 /configure.ac | |
parent | e017ed5b24f91705facec821afdc066f7a3523b5 (diff) | |
parent | 196d401a9766426c8ac334f5a8ff3a6f05020af8 (diff) | |
download | mate-session-manager-9edc265c6ead6a2a30f73dc1693d312b06bf3099.tar.bz2 mate-session-manager-9edc265c6ead6a2a30f73dc1693d312b06bf3099.tar.xz |
Merge branch 'versions' of github.com:dnk/mate-session-manager into dnk-versions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 32f5a03..dd52187 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ UPOWER_REQUIRED=0.9.0 case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 - GTK_REQUIRED=2.14.0 + GTK_REQUIRED=2.24.0 ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=2.90.0 |