mirror of https://github.com/GNOME/gimp.git
app: Fix -u flag to refer to GimpSettings, not GimpImageMapConfig
This commit is contained in:
parent
f9b7979af0
commit
c249387df8
|
@ -132,7 +132,7 @@ workaround_that_plug_in_depends_on_pdb = \
|
|||
# FIXME: file should not depend on plug-in
|
||||
workaround_that_file_depends_on_plug_in = \
|
||||
-Wl,-u,$(SYMPREFIX)plug_in_icc_profile_apply_rgb \
|
||||
-Wl,-u,$(SYMPREFIX)gimp_image_map_config_get_type
|
||||
-Wl,-u,$(SYMPREFIX)gimp_settings_get_type
|
||||
|
||||
# core, vectors and gegl are on the same architectural layer, prevent
|
||||
# the linker from panicing
|
||||
|
|
Loading…
Reference in New Issue