build/windows: Graphviz v13+ plugins config file is now config8
Yet, it will not work since MSYS2 is not distributing it anymore: https://github.com/msys2/MINGW-packages/issues/27256
This commit is contained in:
parent
f560c8a906
commit
4a63666c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ if "32" not in MSYSTEM_PREFIX:
|
|||
#### See: https://gitlab.gnome.org/GNOME/gimp/-/issues/12119
|
||||
bundle(MSYSTEM_PREFIX, "bin/libgvplugin_dot*.dll")
|
||||
bundle(MSYSTEM_PREFIX, "bin/libgvplugin_pango*.dll")
|
||||
bundle(MSYSTEM_PREFIX, "bin/config6")
|
||||
bundle(MSYSTEM_PREFIX, "bin/config8")
|
||||
### Binaries for GObject Introspection support. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/13170
|
||||
bundle(GIMP_PREFIX, "lib/girepository-*/*.typelib")
|
||||
bundle(MSYSTEM_PREFIX, "bin/libgirepository-*.dll")
|
||||
|
|
|
|||
Loading…
Reference in a new issue