mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: avazquez.dev@gmail.com
To: ptxdist@pengutronix.de
Cc: Alejandro Vazquez <avazquez.dev@gmail.com>
Subject: [ptxdist] [PATCH] cairo: add cairo's script surface backend support
Date: Tue, 10 Aug 2021 09:23:22 +0200	[thread overview]
Message-ID: <20210810072322.10227-1-avazquez.dev@gmail.com> (raw)

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


             reply	other threads:[~2021-08-10  7:24 UTC|newest]

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

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=20210810072322.10227-1-avazquez.dev@gmail.com \
    --to=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