[evince] xps: Fill version information of EvDocumentBackendInfo
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] xps: Fill version information of EvDocumentBackendInfo
- Date: Sat, 4 Feb 2012 12:01:27 +0000 (UTC)
commit 3fee54a385b861823268e7f6871aa0b0f94dbac4
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sat Feb 4 13:00:33 2012 +0100
xps: Fill version information of EvDocumentBackendInfo
backend/xps/xps-document.c | 3 +--
configure.ac | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/backend/xps/xps-document.c b/backend/xps/xps-document.c
index cbba96b..410da2d 100644
--- a/backend/xps/xps-document.c
+++ b/backend/xps/xps-document.c
@@ -189,8 +189,7 @@ xps_document_get_backend_info (EvDocument *document,
EvDocumentBackendInfo *info)
{
info->name = "libgxps";
- /* FIXME */
- info->version = "";
+ info->version = GXPS_VERSION_STRING;
return TRUE;
}
diff --git a/configure.ac b/configure.ac
index 98ae4b5..f1c1faa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -653,7 +653,7 @@ AC_ARG_ENABLE(xps,
[enable_xps=yes])
if test "x$enable_xps" = "xyes"; then
- GXPS_REQUIRED=0.2.0
+ GXPS_REQUIRED=0.2.1
PKG_CHECK_MODULES(GXPS, libgxps >= $GXPS_REQUIRED,enable_xps=yes,enable_xps=no)
if test "x$enable_xps" = "xyes"; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]