Enable glycin-heif loader

Commit cd2cc6ea01 was not enough, we also
need to explicitly enable the loader through a meson option.
This commit is contained in:
Kalev Lember 2023-11-09 10:51:10 +01:00
parent 1f5653ea19
commit d038e315f9

View File

@ -72,7 +72,7 @@ rm -rf vendor
%build
%meson \
-Dloaders=glycin-image-rs,glycin-svg \
-Dloaders=glycin-heif,glycin-image-rs,glycin-svg \
-Dtest_skip_install=true \
%{nil}