From 592a17a1b07de5f89583886f48b8fa16f6a2f144 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Fri, 6 Jun 2025 17:36:09 +0000 Subject: [PATCH] plug-ins: Add zlib as JIF dependency After 6395c374, file-gif-export now requires zlib to handle importing JIF images. --- plug-ins/common/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plug-ins/common/meson.build b/plug-ins/common/meson.build index 2803c29b5d..308efc643f 100644 --- a/plug-ins/common/meson.build +++ b/plug-ins/common/meson.build @@ -28,7 +28,7 @@ common_plugins_list = [ { 'name': 'file-gbr', }, { 'name': 'file-gegl', }, { 'name': 'file-gif-load', - 'deps': [ gtk3, gegl, gdk_pixbuf, cairo, ], + 'deps': [ gtk3, gegl, gdk_pixbuf, cairo, zlib, ], }, { 'name': 'file-gif-export', }, { 'name': 'file-gih', }, @@ -179,7 +179,6 @@ if platform_linux 'deps': [ gtk3, gegl, gdk_pixbuf, cairo, ], } endif - if not platform_windows common_plugins_list += { 'name': 'mail', } endif