From 31a3489f99419c288c59873d52df826bc2792318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 4 Aug 2019 16:36:27 +0200 Subject: [PATCH] libreoffice: use system gpgmepp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Had to learn that gpgmepp is now part of gpgme and there is no need to add a recipe for ancient KDE gpgme. Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index cfcd7a7..57d950d 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -69,6 +69,7 @@ DEPENDS += " \ graphite2 \ liblangtag \ lpsolve \ + gpgme \ " # necessary to let the call for python-config succeed @@ -125,6 +126,7 @@ EXTRA_OECONF += " \ --with-system-clucene \ --with-system-mythes \ --with-system-altlinuxhyph \ + --with-system-gpgmepp \ " CXXFLAGS += "-DGLM_ENABLE_EXPERIMENTAL=1"