From 68569cc7b63adc9da52661ba54c9f9d8d025f9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 20 Dec 2015 14:35:43 +0100 Subject: [PATCH] libreoffice(-native): use system hunspell 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 | 2 ++ recipes-libreoffice/libreoffice/libreoffice.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index 2f1eeb0..7d56b43 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -14,6 +14,7 @@ DEPENDS += " \ libcdr-native \ libe-book-native \ libfreehand-native \ + hunspell-native \ " SRC_URI += " \ @@ -35,6 +36,7 @@ EXTRA_OECONF += " \ --with-system-expat \ --with-system-lcms2 \ --with-system-nss \ + --with-system-hunspell \ \ --without-boost-date-time \ --without-boost-iostreams \ diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index 20f78bc..641cf94 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -57,6 +57,7 @@ DEPENDS += " \ libexttextcat \ clucene-core \ vigra \ + hunspell \ " # necessary to let the call for python-config succeed @@ -130,6 +131,7 @@ EXTRA_OECONF += " \ --with-system-libexttextcat \ --with-system-clucene \ --with-system-vigra \ + --with-system-hunspell \ " do_configure() {