* [Buildroot] [PATCH] cairo: disable trace and trace interpreter
@ 2012-10-14 10:28 Thomas Petazzoni
2012-10-14 18:18 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-10-14 10:28 UTC (permalink / raw)
To: buildroot
The Cairo tracing and trace interpreter are most likely not that
useful, so disable them. They also require zlib, which isn't a
dependency of Cairo at the moment. This fixes the following build
failure:
http://autobuild.buildroot.org/results/a91e4e337fd9deb0f9fad433350feb27b2aee556/build-end.log
In the future, if people are interested by the trace and trace
interpreter, we can add a new Config.in knob for them.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/cairo/cairo.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk
index eedb28d..2a453bb 100644
--- a/package/cairo/cairo.mk
+++ b/package/cairo/cairo.mk
@@ -34,6 +34,10 @@ CAIRO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \
ac_use_included_regex=no gl_cv_c_restrict=no
+CAIRO_CONF_OPT = \
+ --enable-trace=no \
+ --enable-interpreter=no
+
CAIRO_DEPENDENCIES = host-pkg-config fontconfig pixman
ifeq ($(BR2_PACKAGE_DIRECTFB),y)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] cairo: disable trace and trace interpreter
2012-10-14 10:28 [Buildroot] [PATCH] cairo: disable trace and trace interpreter Thomas Petazzoni
@ 2012-10-14 18:18 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-10-14 18:18 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The Cairo tracing and trace interpreter are most likely not that
Thomas> useful, so disable them. They also require zlib, which isn't a
Thomas> dependency of Cairo at the moment. This fixes the following build
Thomas> failure:
Thomas> http://autobuild.buildroot.org/results/a91e4e337fd9deb0f9fad433350feb27b2aee556/build-end.log
Thomas> In the future, if people are interested by the trace and trace
Thomas> interpreter, we can add a new Config.in knob for them.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-14 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 10:28 [Buildroot] [PATCH] cairo: disable trace and trace interpreter Thomas Petazzoni
2012-10-14 18:18 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox