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