mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] cairo: add cairo's script surface backend support
@ 2021-08-10  7:23 avazquez.dev
  2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: avazquez.dev @ 2021-08-10  7:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Alejandro Vazquez

From: Alejandro Vazquez <avazquez.dev@gmail.com>

Signed-off-by: Alejandro Vazquez <avazquez.dev@gmail.com>
---
 rules/cairo.in   | 4 ++++
 rules/cairo.make | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/rules/cairo.in b/rules/cairo.in
index 7089dec7b..200d89261 100644
--- a/rules/cairo.in
+++ b/rules/cairo.in
@@ -72,6 +72,10 @@ config CAIRO_PNG
 	bool
 	prompt "PNG support"
 
+config CAIRO_SCRIPT
+	bool
+	prompt "script surface"
+
 if CAIRO_GL || CAIRO_GLES2
 
 config CAIRO_GLX
diff --git a/rules/cairo.make b/rules/cairo.make
index 6d2f05272..e9e395b26 100644
--- a/rules/cairo.make
+++ b/rules/cairo.make
@@ -71,7 +71,7 @@ CAIRO_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_CAIRO_EGL)-egl \
 	--$(call ptx/endis, PTXCONF_CAIRO_GLX)-glx \
 	--disable-wgl \
-	--disable-script \
+	--$(call ptx/endis, PTXCONF_CAIRO_SCRIPT)-script \
 	--$(call ptx/endis, PTXCONF_CAIRO_FREETYPE)-ft \
 	--$(call ptx/endis, PTXCONF_CAIRO_FREETYPE)-fc \
 	--$(call ptx/endis, PTXCONF_CAIRO_PS)-ps \
-- 
2.25.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] cairo: add cairo's script surface backend support
  2021-08-10  7:23 [ptxdist] [PATCH] cairo: add cairo's script surface backend support avazquez.dev
@ 2021-10-07 10:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Alejandro Vazquez

Thanks, applied as fa203e3c14abb3c82ade137f2daf1e5853821726.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:20 +0200, Alejandro Vazquez <avazquez.dev@gmail.com> wrote:
> Signed-off-by: Alejandro Vazquez <avazquez.dev@gmail.com>
> Message-Id: <20210810072322.10227-1-avazquez.dev@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/cairo.in b/rules/cairo.in
> index 7089dec7ba7e..200d89261210 100644
> --- a/rules/cairo.in
> +++ b/rules/cairo.in
> @@ -72,6 +72,10 @@ config CAIRO_PNG
>  	bool
>  	prompt "PNG support"
>  
> +config CAIRO_SCRIPT
> +	bool
> +	prompt "script surface"
> +
>  if CAIRO_GL || CAIRO_GLES2
>  
>  config CAIRO_GLX
> diff --git a/rules/cairo.make b/rules/cairo.make
> index 6d2f05272405..e9e395b265b9 100644
> --- a/rules/cairo.make
> +++ b/rules/cairo.make
> @@ -71,7 +71,7 @@ CAIRO_CONF_OPT	:= \
>  	--$(call ptx/endis, PTXCONF_CAIRO_EGL)-egl \
>  	--$(call ptx/endis, PTXCONF_CAIRO_GLX)-glx \
>  	--disable-wgl \
> -	--disable-script \
> +	--$(call ptx/endis, PTXCONF_CAIRO_SCRIPT)-script \
>  	--$(call ptx/endis, PTXCONF_CAIRO_FREETYPE)-ft \
>  	--$(call ptx/endis, PTXCONF_CAIRO_FREETYPE)-fc \
>  	--$(call ptx/endis, PTXCONF_CAIRO_PS)-ps \

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-07 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10  7:23 [ptxdist] [PATCH] cairo: add cairo's script surface backend support avazquez.dev
2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox