Bug 795620 - Missing gegl in rpath of python/gimp.so

gegl was not listed as a dependency of python/gimp.so, which
omitted it from rpath, breaking the plug-ins on Nix, which relies
on rpaths.
This commit is contained in:
Jan Tojnar 2018-04-28 03:58:45 +02:00 committed by Michael Natterer
parent 710ac0fb52
commit aa67a0228b
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ gimp_la_LIBADD = \
$(libgimpbase) \
$(libgimpui) \
$(GLIB_LIBS) \
$(GEGL_LIBS) \
$(PYLINK_LIBS) \
$(RT_LIBS)