1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

Add json_glib as dependency for the psd plug-in

This commit is contained in:
Jacob Boerema
2025-06-20 15:46:36 -04:00
parent e40b4b0fc4
commit e5cf2002d5

View File

@@ -29,6 +29,7 @@ plugin_exe = executable(plugin_name,
plugin_sources,
c_args: '-DG_LOG_DOMAIN="file-psd"',
dependencies: [
json_glib,
libgimpui_dep,
libjpeg,
math,