libreoffice: update - WIP

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-10-23 00:17:03 +02:00
parent b8ddf3b03b
commit 7e57011d8e

View File

@@ -13,12 +13,10 @@ SRC_URI = " \
SRC_URI[md5sum] = "e3d129dd7a579b14984c9c1231e851a5"
SRC_URI[sha256sum] = "01f0680709432039762fa608bcb1240786d2b6549099a96095aab92dcebbc176"
inherit autotools pkgconfig distutils-base perlnative pythonnative
DEPENDS = "python3-lxml-native ccache-native archive-zip-native gperf-native bison-native"
#DEPENDS += "gtk+ gconf virtual/libx11 gst-plugins-base libxt openssl cups zlib fontconfig libxml2 libxslt"
DEPENDS = "poppler"
DEPENDS = "gtk+3 poppler harfbuzz expat curl openldap nss zlib mariadb jpeg neon libpng apr serf libatomic-ops lcms"
# necessary to let the call for python-config succeed
export BUILD_SYS
@@ -28,12 +26,33 @@ export STAGING_INCDIR
EXTRA_AUTORECONF = "--exclude=autoheader"
# By default many many sources are downloaded from libreoffice mirrors.
# This can be avoided by --with-system-.. To see what's still loaded check
# log.do_compile.
# problems during configure detected for (TBD?)
# * boost: 'configure: error: Could not find a version of the library!'
# * glew: 'Requested 'glew >= 1.10.0' but version of glew is 1.9.0'
EXTRA_OECONF = " \
--enable-gtk3 \
--without-java \
--without-doxygen \
--disable-postgresql-sdbc \
--enable-python=internal \
--with-tls=nss \
--with-system-poppler \
--with-system-curl \
--with-system-expat \
--with-system-openldap \
--with-system-zlib \
--with-system-mariadb \
--with-system-jpeg \
--with-system-neon \
--with-system-libpng \
--with-system-nss \
--with-system-apr \
--with-system-serf \
--with-system-libatomic_ops \
--with-system-lcms2 \
"
do_configure_append() {