Remove unnecessary linking with genmarshal from meson build rules

This commit is contained in:
Stanislav Grinkov 2021-08-06 11:55:46 +06:00 committed by Jehan
parent 619cb91230
commit 428b944334
3 changed files with 0 additions and 6 deletions

View file

@ -53,8 +53,6 @@ libapppaint_sources = [
'gimpsourcecore.c',
'gimpsourceoptions.c',
apppaintenums,
appcoremarshal[1],
]
libapppaint = static_library('apppaint',

View file

@ -30,8 +30,6 @@ libapptext_sources = [
'gimptextlayout.c',
'gimptextundo.c',
apptextenums,
appcoremarshal,
]

View file

@ -12,8 +12,6 @@ libappvectors_sources = [
'gimpvectorsmodundo.c',
'gimpvectorspropundo.c',
'gimpvectorsundo.c',
appcoremarshal[1],
]
libappvectors = static_library('appvectors',