Fix turbojpeg dependency

It is now actually optional
pull/30/head
Andri Yngvason 2020-04-04 20:10:06 +00:00
parent 8fc5c18b28
commit e3fae7b2bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
option('tight-encoding', type: 'feature', value: 'enabled', description: 'Enable Tight encoding')
option('tight-encoding', type: 'feature', value: 'auto', description: 'Enable Tight encoding')
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
option('examples', type: 'boolean', value: false, description: 'Build examples')