blob: 43299b0722a9eb1ed684f69e597fe82d60603ba4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
option('png', type: 'feature')
option('jpeg', type: 'feature')
option('jxl', type: 'feature')
option('webp', type: 'feature')
option('svg', type: 'boolean')
option('system-nanosvg', type: 'feature', value: 'disabled',
description: 'use system\'s nanosvg instead of the bundled version')
|