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:
@ -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,
|
||||
]
|
||||
|
Reference in New Issue
Block a user