Thanks, applied as fa203e3c14abb3c82ade137f2daf1e5853821726. Michael
[sent from post-receive hook] On Thu, 07 Oct 2021 12:18:20 +0200, Alejandro Vazquez <[email protected]> wrote: > Signed-off-by: Alejandro Vazquez <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
