plug-ins: Add zlib as JIF dependency

After 6395c374, file-gif-export now requires
zlib to handle importing JIF images.
This commit is contained in:
Alx Sa 2025-06-06 17:36:09 +00:00
parent 6395c37425
commit 592a17a1b0

View file

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