diff options
author | infirit <[email protected]> | 2014-11-04 21:37:57 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-04 21:56:00 +0100 |
commit | d16d491d2fbe94e3c0711c9b5282734e0f26d33f (patch) | |
tree | cead0504408e403b9fbe039f4eb668fce87315c7 /configure.ac | |
parent | fe814c53964746c20e9c113ff9dcbfc6a9634f0e (diff) | |
download | mate-panel-d16d491d2fbe94e3c0711c9b5282734e0f26d33f.tar.bz2 mate-panel-d16d491d2fbe94e3c0711c9b5282734e0f26d33f.tar.xz |
lockdown: move disable-lock-down key to lockdown schema
In order to use it in other parts of MATE.
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 306a5163..1e40dda3 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ fi AC_CHECK_HEADERS(crt_externs.h) AC_CHECK_FUNCS(_NSGetEnviron) -LIBMATE_DESKTOP_REQUIRED=1.9.1 +LIBMATE_DESKTOP_REQUIRED=1.9.3 GDK_PIXBUF_REQUIRED=2.7.1 PANGO_REQUIRED=1.15.4 GLIB_REQUIRED=2.36 |