mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +00:00
libgimp: libgimpmodule is part of libgimp not libgimpui.
Thanks to Stanislav Grinkov for noticing this error in the meson scripts (cf. his comment in #6362).
This commit is contained in:
parent
c87d6d96f2
commit
24dc6bfeac
1 changed files with 1 additions and 1 deletions
|
@ -375,11 +375,11 @@ libgimp_introspectable_files = [
|
|||
libgimpcolor_introspectable,
|
||||
libgimpconfig_introspectable,
|
||||
libgimpmath_introspectable,
|
||||
libgimpmodule_introspectable,
|
||||
'gimpparamspecs-body.c',
|
||||
]
|
||||
|
||||
libgimpui_introspectable_files = [
|
||||
libgimpmodule_introspectable,
|
||||
libgimpui_introspectable,
|
||||
libgimpwidgets_introspectable,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue