meson: add image/webp content type.

See previous commit 84c08e55e1. Doing the same for meson.
This commit is contained in:
Jehan
2020-07-22 19:45:05 +02:00
parent 84c08e55e1
commit 5c51224594

View File

@ -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'