mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-12 03:00:32 +01:00
Merge branch 'disable-lzo' into 'master'
build: Let the lzo option default to disabled See merge request cairo/cairo!624
This commit is contained in:
commit
3e5f13b07c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ option('zlib', type : 'feature', value : 'auto') # script, ps, pdf, xml surfaces
|
|||
option('tests', type : 'feature', value : 'auto')
|
||||
|
||||
# Util deps
|
||||
option('lzo', type : 'feature', value : 'auto')
|
||||
option('lzo', type : 'feature', value : 'disabled')
|
||||
option('gtk2-utils', type : 'feature', value : 'disabled')
|
||||
|
||||
# Misc deps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue