diff options
author | Laszlo Boros <[email protected]> | 2013-08-11 17:34:20 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-11 17:56:02 +0200 |
commit | 4241769ca3156c8e42a5f9929f7769aa40a18cac (patch) | |
tree | 89b69e7b6b65b4da516f5106693e4a612915a9e4 | |
parent | f5e3f9b082442139614a903a1cd84474a1adcb6e (diff) | |
download | mate-polkit-4241769ca3156c8e42a5f9929f7769aa40a18cac.tar.bz2 mate-polkit-4241769ca3156c8e42a5f9929f7769aa40a18cac.tar.xz |
GTK2 requirement version fixed
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 35024b3..2fad435 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ AC_MSG_RESULT([$with_gtk]) case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 - GTK_REQUIRED=2.24.0 + GTK_REQUIRED=2.17.1 ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=3.0.0 |