mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
script: enable by default
I'm willing to make this a supported backend as I find it to be an invaluable debugging tool... Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
eee66899cd
commit
62e48b01b4
4 changed files with 4 additions and 4 deletions
|
|
@ -307,7 +307,7 @@ enabled_cairo_boilerplate_cxx_sources += $(cairo_boilerplate_wgl_cxx_sources)
|
|||
enabled_cairo_boilerplate_sources += $(cairo_boilerplate_wgl_sources)
|
||||
endif
|
||||
|
||||
unsupported_cairo_boilerplate_headers += $(cairo_boilerplate_script_headers)
|
||||
supported_cairo_boilerplate_headers += $(cairo_boilerplate_script_headers)
|
||||
all_cairo_boilerplate_headers += $(cairo_boilerplate_script_headers)
|
||||
all_cairo_boilerplate_private += $(cairo_boilerplate_script_private)
|
||||
all_cairo_boilerplate_cxx_sources += $(cairo_boilerplate_script_cxx_sources)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ CAIRO_HAS_VG_SURFACE=0
|
|||
CAIRO_HAS_EGL_FUNCTIONS=0
|
||||
CAIRO_HAS_GLX_FUNCTIONS=0
|
||||
CAIRO_HAS_WGL_FUNCTIONS=0
|
||||
CAIRO_HAS_SCRIPT_SURFACE=0
|
||||
CAIRO_HAS_SCRIPT_SURFACE=1
|
||||
CAIRO_HAS_FT_FONT=0
|
||||
CAIRO_HAS_FC_FONT=0
|
||||
CAIRO_HAS_PS_SURFACE=1
|
||||
|
|
|
|||
|
|
@ -407,7 +407,7 @@ CAIRO_ENABLE_FUNCTIONS(wgl, WGL, auto, [
|
|||
dnl ===========================================================================
|
||||
|
||||
any2ppm_cs=no
|
||||
CAIRO_ENABLE_SURFACE_BACKEND(script, script, no, [
|
||||
CAIRO_ENABLE_SURFACE_BACKEND(script, script, yes, [
|
||||
any2ppm_cs=yes
|
||||
])
|
||||
|
||||
|
|
|
|||
|
|
@ -405,7 +405,7 @@ ifeq ($(CAIRO_HAS_WGL_FUNCTIONS),1)
|
|||
enabled_cairo_pkgconf += cairo-wgl.pc
|
||||
endif
|
||||
|
||||
unsupported_cairo_headers += $(cairo_script_headers)
|
||||
supported_cairo_headers += $(cairo_script_headers)
|
||||
all_cairo_headers += $(cairo_script_headers)
|
||||
all_cairo_private += $(cairo_script_private)
|
||||
all_cairo_cxx_sources += $(cairo_script_cxx_sources)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue