mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 02:58:02 +02:00
meson: expose lzo as a meson option
This commit is contained in:
parent
39ba22d7e6
commit
c1748e79f0
2 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
lzo_dep = dependency('lzo2', required: false)
|
||||
lzo_dep = dependency('lzo2', required: get_option('lzo'))
|
||||
if lzo_dep.found()
|
||||
conf.set('HAVE_LZO', 1)
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -16,6 +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('gtk2-utils', type : 'feature', value : 'disabled')
|
||||
|
||||
# Misc deps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue