diff options
author | monsta <[email protected]> | 2016-11-23 16:24:32 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-23 16:24:32 +0300 |
commit | 20087b0ff50fc0a64009f2456ab18063f7061e31 (patch) | |
tree | 5f6bd6eb982bf08f2d5301f5bc1fd6cdc22fe182 | |
parent | 8a1204f3489c96e44aa691de2a91a0bc84e2054d (diff) | |
download | engrampa-20087b0ff50fc0a64009f2456ab18063f7061e31.tar.bz2 engrampa-20087b0ff50fc0a64009f2456ab18063f7061e31.tar.xz |
build: require caja >= 1.17.1
to make sure we build against GTK+3 version of libcaja-extension
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d56727c..b09ece5 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ dnl ========================================================================== GLIB_REQUIRED=2.32.0 GIO_REQUIRED=2.25.5 GTK_REQUIRED=3.14.0 -CAJA_REQUIRED=1.1.0 +CAJA_REQUIRED=1.17.1 JSON_GLIB_REQUIRED=0.14.0 AC_SUBST(GLIB_REQUIRED) |