[gimp/wip/Jehan/fix-meson-build] libgimp: fix (again) the meson build.




commit 6739877b2881f2311039c0e900d1e4815c85d9e1
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimp/meson.build b/libgimp/meson.build
index 5e4e377ed5..687eeb6867 100644
--- a/libgimp/meson.build
+++ b/libgimp/meson.build
@@ -303,6 +303,7 @@ libgimp = library('gimp-'+ gimp_api_version,
     libgimpbase,
     libgimpcolor,
     libgimpconfig,
+    libgimpmodule,
   ],
   vs_module_defs: 'gimp.def',
   install: true,
@@ -322,6 +323,7 @@ libgimp_dep = declare_dependency(
     libgimpcolor,
     libgimpconfig,
     libgimpmath,
+    libgimpmodule,
   ],
   include_directories: rootInclude,
 )
@@ -336,7 +338,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 +352,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]