From e84e383caa07d2f8ee8d7e113f274f46e812e388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 30 Dec 2007 15:58:47 +0000 Subject: [PATCH] added GEGL_CFLAGS. added an alternate GEGL code path that can be enabled * app/core/Makefile.am: added GEGL_CFLAGS. * app/core/gimpdrawable-invert.c: added an alternate GEGL code path that can be enabled by uncommenting ENABLE_GEGL in the file. svn path=/trunk/; revision=24483 --- app/core/Makefile.am | 1 - app/core/gimpdrawable-invert.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/core/Makefile.am b/app/core/Makefile.am index ffda7956b6..6c15482f73 100644 --- a/app/core/Makefile.am +++ b/app/core/Makefile.am @@ -11,7 +11,6 @@ INCLUDES = \ -I$(top_srcdir)/app \ $(GDK_PIXBUF_CFLAGS) \ $(LIBART_CFLAGS) \ - $(GEGL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GEGL_CFLAGS) \ -I$(includedir) diff --git a/app/core/gimpdrawable-invert.c b/app/core/gimpdrawable-invert.c index 9cd69ff358..efa9897464 100644 --- a/app/core/gimpdrawable-invert.c +++ b/app/core/gimpdrawable-invert.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*#define ENABLE_GEGL*/ +#define ENABLE_GEGL #ifdef ENABLE_GEGL #include "config.h"