diff config.mak.in @ 421:f18f07d8a731

Fix building with libpng.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 03 Nov 2012 07:54:23 +0200
parents 2a22b0f1a469
children 14640d0688d3
line wrap: on
line diff
--- a/config.mak.in	Sat Nov 03 07:54:13 2012 +0200
+++ b/config.mak.in	Sat Nov 03 07:54:23 2012 +0200
@@ -3,6 +3,11 @@
 DM_BUILD_TESTS=yes
 DM_BUILD_TOOLS=yes
 
+# Use libpng? Required for PNG read/write support in some tools.
+# NOTICE!!!! _NOT_ required for simple PNG read support via dmimage,
+# that is implemented via modified stb_image.c's PNG loader.
+DM_USE_LIBPNG=yes
+
 # Build Qt based demo editor?
 DM_BUILD_EDITOR=yes