[gimp] plugins: do not edit Makefile.am directly
- From: Téo Mazars <teom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plugins: do not edit Makefile.am directly
- Date: Fri, 5 Jul 2013 18:36:04 +0000 (UTC)
commit dcbe7d78738e9b9d654ce554cb14568642e04dcf
Author: Téo Mazars <teo mazars ensimag fr>
Date: Fri Jul 5 20:35:41 2013 +0200
plugins: do not edit Makefile.am directly
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 85aeb99..b0bd927 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -704,6 +704,7 @@ decompose_LDADD = \
$(libgimpcolor) \
$(libgimpbase) \
$(GTK_LIBS) \
+ $(GEGL_LIBS) \
$(RT_LIBS) \
$(INTLLIBS) \
$(decompose_RC)
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index 14e30ed..a1cd75a 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -28,7 +28,7 @@
'convolution-matrix' => { ui => 1 },
'crop-zealous' => {},
'curve-bend' => { ui => 1 },
- 'decompose' => { ui => 1 },
+ 'decompose' => { ui => 1, gegl => 1 },
'deinterlace' => { ui => 1 },
'depth-merge' => { ui => 1 },
'despeckle' => { ui => 1 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]