diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index b03129b..e0d1a74 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -96,7 +96,6 @@ export STAGING_INCDIR # 7. galleries fail to build / prebuild from external sources? EXTRA_OECONF += " \ - --enable-verbose \ --without-java \ --with-lang=ALL \ \ diff --git a/recipes-libreoffice/libreoffice/libreoffice.inc b/recipes-libreoffice/libreoffice/libreoffice.inc index 7029bf5..096975c 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.inc +++ b/recipes-libreoffice/libreoffice/libreoffice.inc @@ -19,6 +19,7 @@ DEPENDS = "python3-lxml-native ccache-native archive-zip-native gperf-native bis EXTRA_OECONF = " \ --without-doxygen \ --enable-release-build \ + --enable-verbose \ \ --with-system-librevenge \ --with-system-libabw \