summaryrefslogtreecommitdiffstats
path: root/package/cairo
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-10-14 00:28:37 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-14 20:18:03 +0200
commit85280ef82936257456449f189d2ea4b484a8f269 (patch)
treeeea1aa5e69ea360bcb6d4025a44758f08c5049ef /package/cairo
parent56994e16ac98e6a145bd26a68da134e64821846f (diff)
downloadbuildroot-novena-85280ef82936257456449f189d2ea4b484a8f269.tar.gz
buildroot-novena-85280ef82936257456449f189d2ea4b484a8f269.zip
cairo: disable trace and trace interpreter
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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/cairo')
-rw-r--r--package/cairo/cairo.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk
index eedb28d0e..2a453bbc2 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)