summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-08-26 17:45:33 +0100
committerMartin Wimpress <[email protected]>2015-08-26 17:45:33 +0100
commit0f060b5170016a28cf742edbc623dea906fa7f15 (patch)
treecfe89a4ecb22431e58cddad5e662cf508e7049cc
parent3de4956ee790ad32f268134a25474b63e64a4682 (diff)
parentb1c2baaeec89967daab033a088ea0db227c57d2f (diff)
downloadatril-0f060b5170016a28cf742edbc623dea906fa7f15.tar.bz2
atril-0f060b5170016a28cf742edbc623dea906fa7f15.tar.xz
Merge pull request #152 from monsta/patch-2
require libgxps >= 0.2.0
-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