Gimp/icons/Legacy
Jehan d1d9eb17e5 configure: GLIB_COMPILE_RESOURCES is wrong when cross-compiling.
AM_PATH_GLIB_2_0 m4 macro actually computes this value using
$PKG_CONFIG. Yet $PKG_CONFIG variable is the pkg-config tool looking for
target libraries (not host), hence it would return the executable
`glib-compile-resources` built for the target.

Also using the same variable name invalidates our test: our own
AC_PATH_PROG was never run as the variable was already set. And no
environment variable could override this test anymore either. This is
why I rename the test variable to HOST_GLIB_COMPILE_RESOURCES.
2018-08-12 19:13:13 +02:00
..
12
16 Bug 795230 - Rename Blend tool and provide PDB compatibility 2018-04-13 23:07:08 +02:00
18
20
22 Bug 795230 - Rename Blend tool and provide PDB compatibility 2018-04-13 23:07:08 +02:00
24 MR !19: Add support for vertical text writing. 2018-07-30 23:10:11 +02:00
32
48 Revert "New GimpMetadata as subclass of GExiv2Metadata" 2017-01-03 19:36:22 +01:00
64
96
128
192
256
scalable Add legacy desaturate tool icon in SVG 2018-01-05 21:06:20 +03:00
index.theme Bug 759904: Some icons can't be set from the icon theme 2016-09-02 12:30:49 +02:00
Makefile.am configure: GLIB_COMPILE_RESOURCES is wrong when cross-compiling. 2018-08-12 19:13:13 +02:00