mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
6395c37425
commit
592a17a1b0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue