Remove unnecessary linking with genmarshal from meson build rules
This commit is contained in:
parent
619cb91230
commit
428b944334
3 changed files with 0 additions and 6 deletions
|
|
@ -53,8 +53,6 @@ libapppaint_sources = [
|
|||
'gimpsourcecore.c',
|
||||
'gimpsourceoptions.c',
|
||||
apppaintenums,
|
||||
|
||||
appcoremarshal[1],
|
||||
]
|
||||
|
||||
libapppaint = static_library('apppaint',
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@ libapptext_sources = [
|
|||
'gimptextlayout.c',
|
||||
'gimptextundo.c',
|
||||
apptextenums,
|
||||
|
||||
appcoremarshal,
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ libappvectors_sources = [
|
|||
'gimpvectorsmodundo.c',
|
||||
'gimpvectorspropundo.c',
|
||||
'gimpvectorsundo.c',
|
||||
|
||||
appcoremarshal[1],
|
||||
]
|
||||
|
||||
libappvectors = static_library('appvectors',
|
||||
|
|
|
|||
Loading…
Reference in a new issue