From c6b66f242cddfbae66db66de0f2318a24ba5f2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Nov 2015 00:07:37 +0100 Subject: [PATCH] libreoffice: use common vigra 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.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index fd0be4f..de5492f 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -52,6 +52,7 @@ DEPENDS += " \ libgltf \ libexttextcat \ clucene-core \ + vigra \ " # necessary to let the call for python-config succeed @@ -114,6 +115,7 @@ EXTRA_OECONF += " \ --with-system-libgltf \ --with-system-libexttextcat \ --with-system-clucene \ + --with-system-vigra \ " do_configure() {