diff options
| author | infirit <[email protected]> | 2014-12-18 21:57:46 +0100 |
|---|---|---|
| committer | infirit <[email protected]> | 2014-12-18 21:57:46 +0100 |
| commit | 78ce9269ad83b09fcf1f538a9a1ff7bd6b77b588 (patch) | |
| tree | 90c7975a4dbfdd8cef7ea37476a985f953028dac | |
| parent | a80e187f5f1d1dc899e7afcc5595ad86c3a0af62 (diff) | |
| download | mate-system-monitor-78ce9269ad83b09fcf1f538a9a1ff7bd6b77b588.tar.bz2 mate-system-monitor-78ce9269ad83b09fcf1f538a9a1ff7bd6b77b588.tar.xz | |
Bump rsvg required version
rsvg_init and rsvg_term where removed but this requires version 2.35
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 555818e..10ce372 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ MATE_ICON_THEME_REQUIRED=1.1.0 GIOMM_REQUIRED=2.26.0 GLIBMM_REQUIRED=2.22 LIBXML_REQUIRED=2.0 -RSVG_REQUIRED=2.12 +RSVG_REQUIRED=2.35 AC_MSG_CHECKING([which gtk+ version to compile against]) AC_ARG_WITH([gtk], |
