mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
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/gimp*.exe
|
||||||
bundle "$GIMP_PREFIX" bin/libgimp*.dll
|
bundle "$GIMP_PREFIX" bin/libgimp*.dll
|
||||||
### Bundled just to promote GEGL. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/10580
|
### 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
|
if [ "$GIMP_UNSTABLE" ] && [[ ! "$MSYS_PREFIX" =~ "32" ]]; then
|
||||||
### Needed for 'Show image graph'.
|
### Needed for 'Show image graph'.
|
||||||
#### See: https://gitlab.gnome.org/GNOME/gimp/-/issues/6045
|
#### See: https://gitlab.gnome.org/GNOME/gimp/-/issues/6045
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue