build/windows: Bundle only 'gegl', not 'gegl-imgcmp'
'gegl-imgcmp' seems to be used only for ninja tests.
This commit is contained in:
parent
10808f2830
commit
188deedb98
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue