From d038e315f9ace6d01e55f60ca2d2178abe9422b7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 9 Nov 2023 10:51:10 +0100 Subject: [PATCH] Enable glycin-heif loader Commit cd2cc6ea01ba8b59b264d4cb5e10668987b701dc was not enough, we also need to explicitly enable the loader through a meson option. --- glycin-loaders.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glycin-loaders.spec b/glycin-loaders.spec index 2ae0e6d..d9f52f6 100644 --- a/glycin-loaders.spec +++ b/glycin-loaders.spec @@ -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}