From 46aa193c9b56016181c3c1b1f31435672ecb8c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 27 Aug 2021 01:22:59 +0200 Subject: [PATCH] libreoffice: get rid of native libexttextcat dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice-native.bb | 1 - recipes-libreoffice/libreoffice/libreoffice.inc | 1 - 2 files changed, 2 deletions(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index ed1e073..2e322c5 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -22,7 +22,6 @@ DEPENDS += " \ mythes-native \ clucene-core-native \ glm-native \ - libexttextcat-native \ hyphen-native \ unzip-native \ liblangtag-native \ diff --git a/recipes-libreoffice/libreoffice/libreoffice.inc b/recipes-libreoffice/libreoffice/libreoffice.inc index 71fa867..b5fb112 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.inc +++ b/recipes-libreoffice/libreoffice/libreoffice.inc @@ -57,7 +57,6 @@ EXTRA_OECONF = " \ --with-system-mythes \ --with-system-clucene \ --with-system-glm \ - --with-system-libexttextcat \ --with-system-altlinuxhyph \ --with-system-liblangtag \ --with-system-zlib \