diff options
author | infirit <[email protected]> | 2014-07-24 19:02:52 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-24 19:02:52 +0200 |
commit | 933a9b4788f3ea9c12a6117c2ccbe4517639cdac (patch) | |
tree | 2e9d69495c007810dc1f3d03c17e88d08b5e12bb | |
parent | 4ae58141e0c8cf4532660d17d12615ce2c1b2a7d (diff) | |
download | eom-933a9b4788f3ea9c12a6117c2ccbe4517639cdac.tar.bz2 eom-933a9b4788f3ea9c12a6117c2ccbe4517639cdac.tar.xz |
Bump librsvg minimum version to 2.36.2
We removed rsvg_init and cleaned the includes but no bumped the min version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ef4c027..d237baf 100644 --- a/configure.ac +++ b/configure.ac @@ -303,7 +303,7 @@ PKG_CHECK_MODULES(LIBXML2, [libxml-2.0 >= $LIBXML2_REQUIRED]) # RSVG (optional for scaling svg image) # *************** -LIBRSVG_REQUIRED=2.26.0 +LIBRSVG_REQUIRED=2.36.2 AC_ARG_WITH([librsvg], AC_HELP_STRING([--without-librsvg], [disable RSVG support])) have_rsvg=no |