libgimp: fix GObject-Introspection build in autotools.

Fixes:

> /usr/bin/ld: ../libgimp/.libs/libgimpui-3.0.so: undefined reference to `gimp_check_custom_color2'

I am actually unsure this fix is fine. It doesn't look like it should
work. And worse, I can't reproduce the fix by reverting it after.

The only other person who reported it was akk, with exactly the same
symptoms.
This commit is contained in:
Jehan 2022-07-21 21:22:22 +02:00
parent c342bcf1d9
commit 8dcc9345fa
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ GimpUi_@GIMP_API_MAJOR_VERSION@_@GIMP_API_MINOR_VERSION@_gir_CFLAGS = \
GimpUi_@GIMP_API_MAJOR_VERSION@_@GIMP_API_MINOR_VERSION@_gir_LIBS = \
../libgimp/libgimpui-@GIMP_API_VERSION@.la \
../libgimp/libgimp-@GIMP_API_VERSION@.la \
../libgimpwidgets/libgimpwidgets-@GIMP_API_VERSION@.la
GimpUi_@GIMP_API_MAJOR_VERSION@_@GIMP_API_MINOR_VERSION@_gir_FILES = \