<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi everybody!</p>
<p>While crossbuilding cairo for some platforms I searched fo a way
to disable building the cairo test suite. The test suite simply
does not make too much sense if you build a small installer for
one program. This is especially true since some months ago the
test suite introduced a new library dependency with the use of
memmem(). <br>
</p>
<p>Did I miss something or is a patch like the one below really the
only way to disable building of the test suite? <br>
</p>
<blockquote><font face="monospace">diff --git a/Makefile.am
b/Makefile.am</font><br>
<font face="monospace">index 1b7c59bf0..60c8fdd75 100644</font><br>
<font face="monospace">--- a/Makefile.am</font><br>
<font face="monospace">+++ b/Makefile.am</font><br>
<font face="monospace">@@ -19,9 +19,9 @@ ACLOCAL_AMFLAGS = -I
build ${ACLOCAL_FLAGS}</font><br>
<font face="monospace"> DIST_SUBDIRS = src doc util boilerplate
test perf</font><br>
<font face="monospace"> SUBDIRS = src doc util</font><br>
<font face="monospace"> # libpng is required for our test programs</font><br>
<font face="monospace">-if CAIRO_HAS_PNG_FUNCTIONS</font><br>
<font face="monospace">-SUBDIRS += boilerplate test perf</font><br>
<font face="monospace">-endif</font><br>
<font face="monospace">+#if CAIRO_HAS_PNG_FUNCTIONS</font><br>
<font face="monospace">+#SUBDIRS += boilerplate test perf</font><br>
<font face="monospace">+#endif</font><br>
<font face="monospace"> </font><br>
<font face="monospace"> doc:</font><br>
<font face="monospace"> cd doc && $(MAKE)
$(AM_MAKEFLAGS) $@</font><br>
</blockquote>
<p>Knut<br>
</p>
</body>
</html>