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:
Emmanuele Bassi 2023-02-04 11:20:19 +01:00
parent 335c713ed7
commit 77cdde124a

View file

@ -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')