diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-28 10:14:37 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-28 10:14:37 +0100 |
commit | ce4d1059de86051ff25081260132c11fbc3ac4b3 (patch) | |
tree | 131de744fa567a0b1aaeb2cd5fa77591e5e42630 /configure.ac | |
parent | d5b35083e4de1d7457ebd937172bb0054e1fa089 (diff) | |
download | mate-screensaver-ce4d1059de86051ff25081260132c11fbc3ac4b3.tar.bz2 mate-screensaver-ce4d1059de86051ff25081260132c11fbc3ac4b3.tar.xz |
Show date and time in lock dialog
Closes #18
https://github.com/mate-desktop/mate-screensaver/issues/18
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 3a093c7..9d2db45 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ GLIB_GSETTINGS # Dependencies DBUS_REQUIRED_VERSION=0.30 -GLIB_REQUIRED_VERSION=2.15.0 +GLIB_REQUIRED_VERSION=2.26.0 X11_REQUIRED_VERSION=1.0 LIBMATE_MENU_REQUIRED_VERSION=1.5.0 MATE_DESKTOP_REQUIRED_VERSION=1.7.1 |