From 38102a2b59b1a23fc6609576341b9f1cd505b0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 13 May 2017 21:09:38 +0200 Subject: [PATCH] libreoffice-native: add unzip-native and neon-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was suggested in [1-2] [1] https://github.com/schnitzeltony/meta-office/issues/4 [2] http://barryk.org/news/?viewDetailed=00530 Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice-native.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-libreoffice/libreoffice/libreoffice-native.bb b/recipes-libreoffice/libreoffice/libreoffice-native.bb index 538754c..fb88658 100644 --- a/recipes-libreoffice/libreoffice/libreoffice-native.bb +++ b/recipes-libreoffice/libreoffice/libreoffice-native.bb @@ -33,6 +33,8 @@ DEPENDS += " \ libvisio-native \ libexttextcat-native \ hyphen-native \ + unzip-native \ + neon-native \ " SRC_URI += " \ @@ -78,6 +80,7 @@ EXTRA_OECONF += " \ --with-system-libvisio \ --with-system-libexttextcat \ --with-system-altlinuxhyph \ + --with-system-neon \ \ --without-boost-date-time \ --without-boost-iostreams \