meson: add image/webp content type.
See previous commit 84c08e55e1
. Doing the same for meson.
This commit is contained in:
@ -723,7 +723,10 @@ foreach lib : webp_libs
|
|||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
if webp_found
|
if webp_found
|
||||||
MIMEtypes += 'image/x-webp'
|
MIMEtypes += [
|
||||||
|
'image/x-webp',
|
||||||
|
'image/webp'
|
||||||
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libheif_minver = '1.3.2'
|
libheif_minver = '1.3.2'
|
||||||
|
Reference in New Issue
Block a user