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
|
||||
|
||||
if webp_found
|
||||
MIMEtypes += 'image/x-webp'
|
||||
MIMEtypes += [
|
||||
'image/x-webp',
|
||||
'image/webp'
|
||||
]
|
||||
endif
|
||||
|
||||
libheif_minver = '1.3.2'
|
||||
|
Reference in New Issue
Block a user