build/windows: Bundle bmp pixbuf loader again to proper clipboard support
Fixes: #4802 and #12148 This is needed to paste some images sent to Windows clipboard as .bmp. --- Also, comment the reason to bundle the other loaders and the gio folder.
This commit is contained in:
parent
9fa2461ecc
commit
a4671d721b
1 changed files with 4 additions and 0 deletions
|
|
@ -115,10 +115,14 @@ bundle "$GIMP_PREFIX" include/gegl-*
|
|||
bundle "$GIMP_PREFIX" lib/gimp
|
||||
bundle "$GIMP_PREFIX" lib/babl-*
|
||||
bundle "$GIMP_PREFIX" lib/gegl-*
|
||||
### Needed to open remote files
|
||||
bundle "$MSYS_PREFIX" lib/gio
|
||||
### Needed to loading icons in GUI
|
||||
bundle "$MSYS_PREFIX" lib/gdk-pixbuf-*/*/loaders.cache
|
||||
bundle "$MSYS_PREFIX" lib/gdk-pixbuf-*/*/loaders/libpixbufloader-png.dll
|
||||
bundle "$MSYS_PREFIX" lib/gdk-pixbuf-*/*/loaders/pixbufloader_svg.dll
|
||||
### Support for paste clipboard images sent by most Windows apps
|
||||
bundle "$MSYS_PREFIX" lib/gdk-pixbuf-*/*/loaders/libpixbufloader-bmp.dll
|
||||
clean "$GIMP_DISTRIB" lib/*.a
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue