[gimp/wip/Jehan/meson-windows-official: 2/5] libgimp: fix linking in autotools when cross-compiling.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/meson-windows-official: 2/5] libgimp: fix linking in autotools when cross-compiling.
- Date: Fri, 1 Apr 2022 16:12:35 +0000 (UTC)
commit 9242cbdb66ce91d38373057f000572dd3e9addd8
Author: Jehan <jehan girinstud io>
Date: Thu Mar 31 16:42:16 2022 +0200
libgimp: fix linking in autotools when cross-compiling.
It was working for native Linux and Windows builds, but not when
cross-compiling for Windows.
libgimp/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libgimp/Makefile.am b/libgimp/Makefile.am
index a216ae8fa5..927557b7f3 100644
--- a/libgimp/Makefile.am
+++ b/libgimp/Makefile.am
@@ -174,6 +174,7 @@ libgimp_@GIMP_API_VERSION@_la_LIBADD = \
$(exchndl) \
$(CAIRO_LIBS) \
$(GEGL_LIBS) \
+ $(GEXIV2_LIBS) \
$(GDK_PIXBUF_LIBS) \
$(RT_LIBS)
@@ -188,10 +189,11 @@ EXTRA_libgimpui_@GIMP_API_VERSION@_la_DEPENDENCIES = $(gimpui_def)
libgimpui_@GIMP_API_VERSION@_la_LIBADD = \
$(libgimp) \
- $(libgimpwidgets) \
+ $(libgimpconfig) \
$(libgimpcolor) \
$(libgimpbase) \
$(libgimpmodule) \
+ $(libgimpwidgets) \
$(GEGL_LIBS) \
$(GTK_LIBS) \
$(GEXIV2_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]