mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 09:58:12 +02:00
build: Move 'tee' from disabled to auto
The 'tee' surface is used by Firefox and Thunderbird, so we should at least have it built automatically, to ensure we catch eventual build issues. Tee does not have specific tests, so this does not influence our test suite.
This commit is contained in:
parent
335c713ed7
commit
77cdde124a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ option('freetype', type : 'feature', value : 'auto')
|
|||
# Cairo surface backends
|
||||
option('png', type : 'feature', value : 'auto') # png and svg surfaces
|
||||
option('quartz', type : 'feature', value : 'auto')
|
||||
option('tee', type : 'feature', value : 'disabled')
|
||||
option('tee', type : 'feature', value : 'auto')
|
||||
option('xcb', type : 'feature', value : 'auto')
|
||||
option('xlib', type : 'feature', value : 'auto')
|
||||
option('xlib-xcb', type : 'feature', value : 'disabled')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue