mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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?!
This commit is contained in:
parent
2026c2db82
commit
0a83a45732
1 changed files with 2 additions and 2 deletions
|
@ -303,6 +303,7 @@ libgimp = library('gimp-'+ gimp_api_version,
|
||||||
libgimpbase,
|
libgimpbase,
|
||||||
libgimpcolor,
|
libgimpcolor,
|
||||||
libgimpconfig,
|
libgimpconfig,
|
||||||
|
libgimpmodule,
|
||||||
],
|
],
|
||||||
vs_module_defs: 'gimp.def',
|
vs_module_defs: 'gimp.def',
|
||||||
install: true,
|
install: true,
|
||||||
|
@ -322,6 +323,7 @@ libgimp_dep = declare_dependency(
|
||||||
libgimpcolor,
|
libgimpcolor,
|
||||||
libgimpconfig,
|
libgimpconfig,
|
||||||
libgimpmath,
|
libgimpmath,
|
||||||
|
libgimpmodule,
|
||||||
],
|
],
|
||||||
include_directories: rootInclude,
|
include_directories: rootInclude,
|
||||||
)
|
)
|
||||||
|
@ -336,7 +338,6 @@ libgimpui = library('gimpui-'+ gimp_api_version,
|
||||||
],
|
],
|
||||||
c_args: [ '-DG_LOG_DOMAIN="LibGimpUI"', '-DGIMP_COMPILATION', ],
|
c_args: [ '-DG_LOG_DOMAIN="LibGimpUI"', '-DGIMP_COMPILATION', ],
|
||||||
link_with: [
|
link_with: [
|
||||||
libgimpmodule,
|
|
||||||
libgimpwidgets,
|
libgimpwidgets,
|
||||||
],
|
],
|
||||||
vs_module_defs: 'gimpui.def',
|
vs_module_defs: 'gimpui.def',
|
||||||
|
@ -351,7 +352,6 @@ libgimpui_dep = declare_dependency(
|
||||||
gtk3,
|
gtk3,
|
||||||
],
|
],
|
||||||
link_with: [
|
link_with: [
|
||||||
libgimpmodule,
|
|
||||||
libgimpui,
|
libgimpui,
|
||||||
libgimpwidgets,
|
libgimpwidgets,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue