diff options
author | monsta <[email protected]> | 2017-04-13 15:15:49 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-18 21:40:35 +0300 |
commit | 289e64022d28ceb6cac3647ed465ca4d1845e8c4 (patch) | |
tree | b7418880e50f70c64641ac05d0d1fb8f4aecee2e /configure.ac | |
parent | 88aa5bd7a8a48dbe771a5def877e97c6c7f36e56 (diff) | |
download | atril-289e64022d28ceb6cac3647ed465ca4d1845e8c4.tar.bz2 atril-289e64022d28ceb6cac3647ed465ca4d1845e8c4.tar.xz |
build: require cairo >= 1.10.0 and drop some old code
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 fd918433..ba57b81c 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ AC_ARG_WITH([gtk], AC_MSG_RESULT([$with_gtk]) dnl Specify required versions of dependencies -CAIRO_REQUIRED=1.9.10 +CAIRO_REQUIRED=1.10.0 GLIB_REQUIRED=2.36.0 GTK_REQUIRED=3.14.0 WEBKIT_REQUIRED=2.4.3 |