build/windows: Bundle 'libthai' again for Thai (th) word breaking support
The only trace of reason for this dir being bundled was a pango crash: #2496.
Since the crash was gone, no other reason left, so it was discarded: c808d13b
.
However, according to my tests, "word breaking" does not work without this.
(This is what thbrk.c#L22 source says but was never clear in our scripts).
So, let's bundle it with proper comments to make clear why this is needed.
This commit is contained in:
@ -152,6 +152,8 @@ bundle "$MSYS_PREFIX" share/glib-*/schemas/gschemas.compiled
|
||||
bundle "$MSYS_PREFIX" share/icons/Adwaita
|
||||
### Needed by GTK to use icon themes. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/5080
|
||||
bundle "$GIMP_PREFIX" share/icons/hicolor
|
||||
### Needed for 'th' word breaking in Text tool etc
|
||||
bundle "$MSYS_PREFIX" share/libthai
|
||||
### Needed for file-wmf work
|
||||
bundle "$MSYS_PREFIX" share/libwmf
|
||||
### Only copy from langs supported in GIMP.
|
||||
|
Reference in New Issue
Block a user