summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-08-26 14:27:05 +0300
committerinfirit <[email protected]>2015-08-31 15:01:09 +0200
commitf5d201e518d84019826c24255ff945ff78caa7d0 (patch)
tree55089662d645da7a85d6611a92bcd5e82c279993
parentd3280a6e90640adab91d94577ae96e3d8cbee29f (diff)
downloadatril-f5d201e518d84019826c24255ff945ff78caa7d0.tar.bz2
atril-f5d201e518d84019826c24255ff945ff78caa7d0.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