diff options
author | monsta <[email protected]> | 2018-12-18 14:44:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-12-18 14:45:11 +0300 |
commit | 512e1c82461b42b6ce3f219c3001f52f043f8031 (patch) | |
tree | 3a37fa6b247d36a8e2eae8fbe7bd859fa7d61461 | |
parent | 22cb04447f0ef1859c4e5dbdff6ba427b84cd7a6 (diff) | |
download | caja-extensions-512e1c82461b42b6ce3f219c3001f52f043f8031.tar.bz2 caja-extensions-512e1c82461b42b6ce3f219c3001f52f043f8031.tar.xz |
require caja >= 1.21.3
due to new CajaConfigurable interface
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9c02e05..b7c4c92 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AM_PROG_LIBTOOL AC_PROG_INSTALL AC_PROG_MAKE_SET -CAJA_REQUIRED=1.17.1 +CAJA_REQUIRED=1.21.3 LIBMATE_DESKTOP_REQUIRED=1.17.0 GLIB_REQUIRED=2.50.0 GTK_REQUIRED=3.22.0 |