1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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',