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
This commit is contained in:
Øyvind Kolås 2007-12-30 15:58:47 +00:00
parent c4195b95f3
commit e84e383caa
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ INCLUDES = \
-I$(top_srcdir)/app \
$(GDK_PIXBUF_CFLAGS) \
$(LIBART_CFLAGS) \
$(GEGL_CFLAGS) \
$(GLIB_CFLAGS) \
$(GEGL_CFLAGS) \
-I$(includedir)

View File

@ -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"