diff options
author | Martin Wimpress <[email protected]> | 2015-08-26 17:45:33 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-08-26 17:45:33 +0100 |
commit | 0f060b5170016a28cf742edbc623dea906fa7f15 (patch) | |
tree | cfe89a4ecb22431e58cddad5e662cf508e7049cc | |
parent | 3de4956ee790ad32f268134a25474b63e64a4682 (diff) | |
parent | b1c2baaeec89967daab033a088ea0db227c57d2f (diff) | |
download | atril-0f060b5170016a28cf742edbc623dea906fa7f15.tar.bz2 atril-0f060b5170016a28cf742edbc623dea906fa7f15.tar.xz |
Merge pull request #152 from monsta/patch-2
require libgxps >= 0.2.0
-rw-r--r-- | configure.ac | 2 |
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 |