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,
|
||||
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,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue