gimp/build
Jehan 179334b618 build: do not copy a binary dependency when it already exists.
The dll_link script would overwrite the same dependencies over and over,
for instance when needed for several binaries, but worse when available
in several source directories. In our case, we look up 2 source
directories: our install prefix first, then the prefix for MSYS2
pre-built packages. So it turns out we would be overriding any
custom-built package also installed through MSYS2 (such as our patched
GLib, see my previous commits).

As a side effect, it should also make the packaging step faster as we
don't re-copy unecessarily the same DLLs over and over again. The first
one to go in stays in.
2021-06-29 12:50:45 +02:00
..
buildbot build: Update buildbot/suppressed-warnings.txt, warning was fixed 2011-02-09 23:48:32 +01:00
docker/gimpbuilder-base build: skip Recommends for docker image 2017-09-05 22:37:49 +02:00
flatpak build: sync with development flatpak. 2021-05-27 13:56:22 +02:00
meson meson: Allow running tests headless 2020-05-14 18:31:08 +02:00
patches Issue 6210: Subpixel font rendering system settings should only apply… 2021-04-20 18:26:15 +02:00
windows build: do not copy a binary dependency when it already exists. 2021-06-29 12:50:45 +02:00
.gitignore Get rid of DOS line endings 2010-11-21 16:09:09 +01:00
Makefile.am Get rid of DOS line endings 2010-11-21 16:09:09 +01:00