From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 07 Oct 2021 12:19:16 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQUe-0006Qa-59 for lore@lore.pengutronix.de; Thu, 07 Oct 2021 12:19:16 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQUd-00058O-Ji; Thu, 07 Oct 2021 12:19:15 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYQTl-0004gw-DM; Thu, 07 Oct 2021 12:18:21 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mYQTk-0005xU-SC; Thu, 07 Oct 2021 12:18:20 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mYQTk-00GSyG-RQ; Thu, 07 Oct 2021 12:18:20 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 7 Oct 2021 12:18:20 +0200 Message-Id: <20211007101820.3923970-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210810072322.10227-1-avazquez.dev@gmail.com> References: <20210810072322.10227-1-avazquez.dev@gmail.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] cairo: add cairo's script surface backend support X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alejandro Vazquez Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as fa203e3c14abb3c82ade137f2daf1e5853821726. Michael [sent from post-receive hook] On Thu, 07 Oct 2021 12:18:20 +0200, Alejandro Vazquez wrote: > Signed-off-by: Alejandro Vazquez > Message-Id: <20210810072322.10227-1-avazquez.dev@gmail.com> > Signed-off-by: Michael Olbrich > > 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