diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-10-21 13:51:48 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-10-21 13:51:48 +0200 |
commit | 863bd56914b7a2af0112d614db11d5ac6ef2725d (patch) | |
tree | 0389c2d3d1a58952545596ceec7823aaac9b85f3 /recipes/cairo | |
parent | 7ae7e03b2d5bf4ce2cfe209954ce0eb53861319f (diff) |
cairo: Disable testsuite build
The build system has some quirks and fails sometimes.
Diffstat (limited to 'recipes/cairo')
-rw-r--r-- | recipes/cairo/0001-Disable-building-of-the-tests.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/cairo/0001-Disable-building-of-the-tests.patch b/recipes/cairo/0001-Disable-building-of-the-tests.patch new file mode 100644 index 00000000..b99a03ee --- /dev/null +++ b/recipes/cairo/0001-Disable-building-of-the-tests.patch @@ -0,0 +1,28 @@ +From 2e60e3972ee8dadfebace50255c9275feae4dc6d Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Tue, 21 Oct 2014 13:46:18 +0200 +Subject: [PATCH] Disable building of the tests + +We don't run them anyway and there are build system quirks in there. +--- + Makefile.am | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index 03fa352..7e11d24 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -18,10 +18,6 @@ ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS} + + DIST_SUBDIRS = src doc util boilerplate test perf + SUBDIRS = src doc util +-# libpng is required for our test programs +-if CAIRO_HAS_PNG_FUNCTIONS +-SUBDIRS += boilerplate test perf +-endif + + configure: cairo-version.h + +-- +2.1.1 + |