[gimp] Bug 795620 - Missing gegl in rpath of python/gimp.so
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 795620 - Missing gegl in rpath of python/gimp.so
- Date: Sat, 28 Apr 2018 09:54:46 +0000 (UTC)
commit aa67a0228b19555e4e8b6b6132954ba361b62f8a
Author: Jan Tojnar <jtojnar gmail com>
Date: Sat Apr 28 03:58:45 2018 +0200
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.
plug-ins/pygimp/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/pygimp/Makefile.am b/plug-ins/pygimp/Makefile.am
index 6ac8f1c..f46a0d4 100644
--- a/plug-ins/pygimp/Makefile.am
+++ b/plug-ins/pygimp/Makefile.am
@@ -60,6 +60,7 @@ gimp_la_LIBADD = \
$(libgimpbase) \
$(libgimpui) \
$(GLIB_LIBS) \
+ $(GEGL_LIBS) \
$(PYLINK_LIBS) \
$(RT_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]