[gegl] Re-enabling the display op.



commit b7e05575ee763628faa3705f7aed4e69ce69ebcc
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Jul 19 16:44:24 2009 +0200

    Re-enabling the display op.

 operations/external/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/external/Makefile.am b/operations/external/Makefile.am
index 189c74b..f0a3b4b 100644
--- a/operations/external/Makefile.am
+++ b/operations/external/Makefile.am
@@ -62,11 +62,11 @@ exr_load_la_LIBADD = $(op_libs) $(OPENEXR_LIBS)
 exr_load_la_CXXFLAGS = $(AM_CFLAGS) $(OPENEXR_CFLAGS)
 endif
 
-# if HAVE_SDL
-# ops += display.la
-# display_la_LIBADD = $(op_libs) $(SDL_LIBS)
-# display_la_CFLAGS = $(AM_CFLAGS) $(SDL_CFLAGS)
-# endif
+if HAVE_SDL
+ops += display.la
+display_la_LIBADD = $(op_libs) $(SDL_LIBS)
+display_la_CFLAGS = $(AM_CFLAGS) $(SDL_CFLAGS)
+endif
 
 if HAVE_OPENRAW
 ops += openraw.la



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