[gegl] operations: Only build the display op on UNIX platforms
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gegl] operations: Only build the display op on UNIX platforms
- Date: Tue, 4 Aug 2009 18:18:33 +0000 (UTC)
commit 4867b7b6f1dd7e6f56c76905191bcb3c37a6568b
Author: Martin Nordholts <martinn src gnome org>
Date: Tue Aug 4 20:09:06 2009 +0200
operations: Only build the display op on UNIX platforms
The display op uses non-windowsish API, only build it on UNIX-like
platforms.
operations/external/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/operations/external/Makefile.am b/operations/external/Makefile.am
index f0a3b4b..4712951 100644
--- a/operations/external/Makefile.am
+++ b/operations/external/Makefile.am
@@ -62,11 +62,13 @@ exr_load_la_LIBADD = $(op_libs) $(OPENEXR_LIBS)
exr_load_la_CXXFLAGS = $(AM_CFLAGS) $(OPENEXR_CFLAGS)
endif
+if OS_UNIX
if HAVE_SDL
ops += display.la
display_la_LIBADD = $(op_libs) $(SDL_LIBS)
display_la_CFLAGS = $(AM_CFLAGS) $(SDL_CFLAGS)
endif
+endif
if HAVE_OPENRAW
ops += openraw.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]