[seahorse-nautilus] Require a newer version of libcryptui for symmetric encryption



commit 742113bb3ae0658dad3fc93da782577ec2b9ec71
Author: Stef Walter <stefw redhat com>
Date:   Fri Aug 16 19:23:43 2013 +0200

    Require a newer version of libcryptui for symmetric encryption

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 46de4e7..5215873 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,7 @@ SEAHORSE_LIBS="$SEAHORSE_LIBS $DBUS_LIBS"
 # -----------------------------------------------------------------------------
 # Libcryptui
 
-PKG_CHECK_MODULES([LIBCRYPTUI], cryptui-0.0)
+PKG_CHECK_MODULES([LIBCRYPTUI], cryptui-0.0 >= 3.9.90)
 
 SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $LIBCRYPTUI_CFLAGS"
 SEAHORSE_LIBS="$SEAHORSE_LIBS $LIBCRYPTUI_LIBS"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]