libreoffice: do not use our mdds
libreoffice-native fails with:
| /home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/6.2.6.1-r0/libreoffice-6.2.6.1/svl/source/misc/gridprinter.cxx:114:46: error: ‘svl::MatrixImplType’ {aka ‘class mdds::multi_type_matrix<svl::matrix_trait>’} has no member named ‘get_string’
| 114 | OUString aStr = mpImpl->maMatrix.get_string(row, col);
| | ^~~~~~~~~~
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -47,7 +47,6 @@ DEPENDS += " \
|
||||
cups \
|
||||
gstreamer1.0-plugins-base \
|
||||
\
|
||||
mdds \
|
||||
glm \
|
||||
redland \
|
||||
libabw \
|
||||
@@ -121,7 +120,6 @@ EXTRA_OECONF += " \
|
||||
\
|
||||
--with-system-cppunit \
|
||||
--with-system-glm \
|
||||
--with-system-mdds \
|
||||
--with-system-redland \
|
||||
--with-system-libabw \
|
||||
--with-system-libcdr \
|
||||
|
||||
@@ -79,3 +79,5 @@ EXTRA_OECONF = " \
|
||||
--with-system-libwps \
|
||||
"
|
||||
|
||||
# TODO mdds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user