build/windows: Bundle only 'gegl', not 'gegl-imgcmp'

'gegl-imgcmp' seems to be used only for ninja tests.
This commit is contained in:
Bruno 2025-01-26 14:37:16 -03:00
parent 10808f2830
commit 188deedb98
No known key found for this signature in database

View file

@ -165,7 +165,7 @@ rm -f done-dll.list
bundle "$GIMP_PREFIX" bin/gimp*.exe
bundle "$GIMP_PREFIX" bin/libgimp*.dll
### Bundled just to promote GEGL. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/10580
bundle "$GIMP_PREFIX" bin/gegl*.exe
bundle "$GIMP_PREFIX" bin/gegl.exe
if [ "$GIMP_UNSTABLE" ] && [[ ! "$MSYS_PREFIX" =~ "32" ]]; then
### Needed for 'Show image graph'.
#### See: https://gitlab.gnome.org/GNOME/gimp/-/issues/6045