[gimp] plug-ins: link smooth-palette against GEGL



commit 2733bfb1d53b66d4ff63f87a899a04c4c164aba2
Author: Thomas Manni <thomas manni free fr>
Date:   Mon Jan 23 12:47:18 2017 +0100

    plug-ins: link smooth-palette against GEGL
    
    and add support for "gegl => 1" in plug-in-defs.pl

 plug-ins/common/Makefile.am    |    1 +
 plug-ins/common/plugin-defs.pl |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index f6a6d69..68286b4 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -1609,6 +1609,7 @@ smooth_palette_LDADD = \
        $(libgimpcolor)         \
        $(libgimpbase)          \
        $(GTK_LIBS)             \
+       $(GEGL_LIBS)            \
        $(RT_LIBS)              \
        $(INTLLIBS)             \
        $(smooth_palette_RC)
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index 5bef429..de88e8d 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -80,7 +80,7 @@
     'ripple' => { ui => 1 },
     'sample-colorize' => { ui => 1 },
     'sharpen' => { ui => 1 },
-    'smooth-palette' => { ui => 1 },
+    'smooth-palette' => { ui => 1, gegl => 1 },
     'softglow' => { ui => 1 },
     'sparkle' => { ui => 1 },
     'sphere-designer' => { ui => 1 },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]