I'd like to submit an easy patch that fixes the tests when libvisio is built without tools (in that
case it was missing librevenge-stream reference).
Regards,
Andreas Sturmlechner
--- a/configure.ac 2015-07-25 09:29:53.000000000 +0200
+++ b/configure.ac 2016-02-07 00:19:30.534383076 +0100
@@ -317,6 +317,9 @@
)
AS_IF([test "x$enable_tests" = "xyes"], [
PKG_CHECK_MODULES([CPPUNIT], [cppunit])
+ PKG_CHECK_MODULES([REVENGE_STREAM],[
+ librevenge-stream-0.0
+ ])
], [])
AC_SUBST([CPPUNIT_CFLAGS])
AC_SUBST([CPPUNIT_LIBS])
Context
- [PATCH] libvisio: Fix tests without tools · Andreas Sturmlechner
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.