summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-02 12:38:49 +0200
committerraveit65 <[email protected]>2016-07-02 12:38:49 +0200
commit0bf0cc035306ce0320e99d04d592c8d081e5f629 (patch)
tree988e0d0d3383f1daa3df788b7b32c7b428bb5d31 /configure.ac
parented401944a13a6b6a8d17c6e8484765d70f4ceff1 (diff)
downloadmate-control-center-0bf0cc035306ce0320e99d04d592c8d081e5f629.tar.bz2
mate-control-center-0bf0cc035306ce0320e99d04d592c8d081e5f629.tar.xz
bump mate-desktop requires version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 918f4714..b2e3f756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ AC_MSG_RESULT([$with_gtk])
case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
GTK_REQUIRED=2.24.0
- MATE_DESKTOP_REQUIRED=1.11.0
+ MATE_DESKTOP_REQUIRED=1.15.1
LIBCANBERRA_API_VERSION=
LIBUNIQUE_API_VERSION=1.0
ENGINES_FOLDER="engines"
@@ -86,7 +86,7 @@ case "$with_gtk" in
;;
3.0) GTK_API_VERSION=3.0
GTK_REQUIRED=3.0.0
- MATE_DESKTOP_REQUIRED=1.11.0
+ MATE_DESKTOP_REQUIRED=1.15.1
LIBCANBERRA_API_VERSION=3
LIBUNIQUE_API_VERSION=3.0
ENGINES_FOLDER="theming-engines"