diff options
author | infirit <[email protected]> | 2014-06-27 09:57:48 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-27 09:57:48 +0200 |
commit | 79805983d1bcf49c01bc7088020048d81458bd6e (patch) | |
tree | d19040ee8255c7611d4a90354e10ae9bb870cb66 | |
parent | 2f746fd147e67581db21421ff22d8ea68f13d4d2 (diff) | |
download | mate-panel-79805983d1bcf49c01bc7088020048d81458bd6e.tar.bz2 mate-panel-79805983d1bcf49c01bc7088020048d81458bd6e.tar.xz |
Bump required mate-desktop version to 1.9.2
Needed for the new MateColorSelecionDialog.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b7de598a..ffbdd110 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.0 +LIBMATE_DESKTOP_REQUIRED=1.9.2 GDK_PIXBUF_REQUIRED=2.7.1 PANGO_REQUIRED=1.15.4 GLIB_REQUIRED=2.36 |