summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-08-26 14:27:05 +0300
committermonsta <[email protected]>2015-08-26 14:27:05 +0300
commitb1c2baaeec89967daab033a088ea0db227c57d2f (patch)
treecfe89a4ecb22431e58cddad5e662cf508e7049cc
parent3de4956ee790ad32f268134a25474b63e64a4682 (diff)
downloadatril-b1c2baaeec89967daab033a088ea0db227c57d2f.tar.bz2
atril-b1c2baaeec89967daab033a088ea0db227c57d2f.tar.xz
require libgxps >= 0.2.0
code changes from https://github.com/GNOME/evince/commit/740263e84f812e069c25d32e6fbf40bec4c061e2 are already in, but the version bump isn't. fixed that.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d081c486..244fddb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -671,7 +671,7 @@ AC_ARG_ENABLE(xps,
[enable_xps=yes])
if test "x$enable_xps" = "xyes"; then
- GXPS_REQUIRED=0.0.1
+ GXPS_REQUIRED=0.2.0
PKG_CHECK_MODULES(GXPS, libgxps >= $GXPS_REQUIRED,enable_xps=yes,enable_xps=no)
if test "x$enable_xps" = "xyes"; then