libreoffice: use system gpgmepp

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 <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-08-04 16:36:27 +02:00
parent 2db9b6e04a
commit 31a3489f99

View File

@@ -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"