diff options
author | monsta <[email protected]> | 2018-11-30 16:17:38 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-11-30 16:17:38 +0300 |
commit | ee42ad75b8881e48f0d8d2f1a2d4704adb621aa5 (patch) | |
tree | 25ecab76c5e2906425c5fcb9214366a8647fca28 /configure.ac | |
parent | f8dc9a730ffe84e4903869621bcb57f8026182bf (diff) | |
download | mate-control-center-ee42ad75b8881e48f0d8d2f1a2d4704adb621aa5.tar.bz2 mate-control-center-ee42ad75b8881e48f0d8d2f1a2d4704adb621aa5.tar.xz |
require m-s-d 1.21.1 due to new control-center key in schema
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 0ec16aa4..b8d918e8 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ AC_SUBST(SCREENSAVER_LIBS) GLIB_REQUIRED=2.50.0 GTK_REQUIRED=3.22.0 MARCO_REQUIRED=1.17.0 -MSD_REQUIRED=1.17.0 +MSD_REQUIRED=1.21.1 MATEKBD_REQUIRED=1.17.0 MATE_DESKTOP_REQUIRED=1.21.2 APPINDICATOR_REQUIRED=0.0.13 |