* [Buildroot] [PATCH 2/2] cairo: Add tee surface backend option (required by firefox)
@ 2012-08-11 21:57 Stefan Froberg
2012-08-12 16:32 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Froberg @ 2012-08-11 21:57 UTC (permalink / raw)
To: buildroot
Signed-off-by: Stefan Froberg <stefan.froberg@petroprogram.com>
---
package/cairo/Config.in | 3 +++
package/cairo/cairo.mk | 6 ++++++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/package/cairo/Config.in b/package/cairo/Config.in
index 19c4723..398e47f 100644
--- a/package/cairo/Config.in
+++ b/package/cairo/Config.in
@@ -32,4 +32,7 @@ config BR2_PACKAGE_CAIRO_SVG
select BR2_PACKAGE_CAIRO_PNG
select BR2_PACKAGE_CAIRO_PDF
+config BR2_PACKAGE_CAIRO_TEE
+ bool "tee support"
endif
+
diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk
index 6b456dd..eedb28d 100644
--- a/package/cairo/cairo.mk
+++ b/package/cairo/cairo.mk
@@ -77,4 +77,10 @@ else
CAIRO_CONF_OPT += --disable-svg
endif
+ifeq ($(BR2_PACKAGE_CAIRO_TEE),y)
+ CAIRO_CONF_OPT += --enable-tee
+else
+ CAIRO_CONF_OPT += --disable-tee
+endif
+
$(eval $(autotools-package))
--
1.7.7.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 2/2] cairo: Add tee surface backend option (required by firefox)
2012-08-11 21:57 [Buildroot] [PATCH 2/2] cairo: Add tee surface backend option (required by firefox) Stefan Froberg
@ 2012-08-12 16:32 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-08-12 16:32 UTC (permalink / raw)
To: buildroot
Le Sun, 12 Aug 2012 00:57:11 +0300,
Stefan Froberg <stefan.froberg@petroprogram.com> a ?crit :
> Signed-off-by: Stefan Froberg <stefan.froberg@petroprogram.com>
Committed to next, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-12 16:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11 21:57 [Buildroot] [PATCH 2/2] cairo: Add tee surface backend option (required by firefox) Stefan Froberg
2012-08-12 16:32 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox