[gimp/wip/Jehan/fix-meson-build] libgimp: fix (again) the meson build.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/fix-meson-build] libgimp: fix (again) the meson build.
- Date: Tue, 3 Aug 2021 22:56:35 +0000 (UTC)
commit c24b4f80239c68dd022ae4959ce1d95068b6f383
Author: Jehan <jehan girinstud io>
Date: Wed Aug 4 00:55:29 2021 +0200
libgimp: fix (again) the meson build.
My previous commit still is not completely right. Why is my local build
and the CI working so differently?!
libgimp/meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/libgimp/meson.build b/libgimp/meson.build
index 5e4e377ed5..b30e02a785 100644
--- a/libgimp/meson.build
+++ b/libgimp/meson.build
@@ -322,6 +322,7 @@ libgimp_dep = declare_dependency(
libgimpcolor,
libgimpconfig,
libgimpmath,
+ libgimpmodule,
],
include_directories: rootInclude,
)
@@ -336,7 +337,6 @@ libgimpui = library('gimpui-'+ gimp_api_version,
],
c_args: [ '-DG_LOG_DOMAIN="LibGimpUI"', '-DGIMP_COMPILATION', ],
link_with: [
- libgimpmodule,
libgimpwidgets,
],
vs_module_defs: 'gimpui.def',
@@ -351,7 +351,6 @@ libgimpui_dep = declare_dependency(
gtk3,
],
link_with: [
- libgimpmodule,
libgimpui,
libgimpwidgets,
],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]