Re: Is there any way to disable PGP keys




Adam Schreiber says:
>
> I believe in svn trunk that gpg and gpgme are no longer hard
> dependencies.
>
> Stef:  If I'm wrong please correct me.

Looking at seahorse SVN head, they don't look optional in configure.in.
For example:

---

if test $ok = "yes"; then
  GPGME_CFLAGS=`$GPGME_CONFIG --cflags`
  GPGME_LIBS=`$GPGME_CONFIG --libs`
  AC_MSG_RESULT(yes)
else
  AC_MSG_ERROR(GPGME $min_gpgme_version or later needed)
fi

---

Brian


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