diff options
author | monsta <[email protected]> | 2018-01-28 20:22:11 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-30 09:31:07 +0100 |
commit | 43782fd2ee8fe6c60a64d766368254203359ae78 (patch) | |
tree | a018799dac09038ab885a5790ea68a87838bba23 /configure.ac | |
parent | cd3f7625ca7b2fa35cf3d0b8fa8dde53a155000e (diff) | |
download | engrampa-43782fd2ee8fe6c60a64d766368254203359ae78.tar.bz2 engrampa-43782fd2ee8fe6c60a64d766368254203359ae78.tar.xz |
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 11eb192..f36bfbb 100644 --- a/configure.ac +++ b/configure.ac @@ -29,9 +29,9 @@ dnl it too, or it will never make it into the spec file! dnl dnl ========================================================================== -GLIB_REQUIRED=2.32.0 -GIO_REQUIRED=2.25.5 -GTK_REQUIRED=3.14.0 +GLIB_REQUIRED=2.50.0 +GIO_REQUIRED=2.50.0 +GTK_REQUIRED=3.22.0 CAJA_REQUIRED=1.17.1 JSON_GLIB_REQUIRED=0.14.0 |