mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alejandro Vazquez <avazquez.dev@gmail.com>
Subject: Re: [ptxdist] [APPLIED] cairo: add cairo's script surface backend support
Date: Thu,  7 Oct 2021 12:18:20 +0200	[thread overview]
Message-ID: <20211007101820.3923970-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210810072322.10227-1-avazquez.dev@gmail.com>

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


      reply	other threads:[~2021-10-07 10:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-10  7:23 [ptxdist] [PATCH] " avazquez.dev
2021-10-07 10:18 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211007101820.3923970-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=avazquez.dev@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox