diff config.mak.in @ 127:ab4086db7dad

Various improvements in modularity.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 06:23:13 +0300
parents d5cfd29c87c4
children 4cc21ebab650
line wrap: on
line diff
--- a/config.mak.in	Thu Oct 04 06:04:43 2012 +0300
+++ b/config.mak.in	Thu Oct 04 06:23:13 2012 +0300
@@ -3,6 +3,9 @@
 DM_BUILD_TESTS=no
 DM_BUILD_TOOLS=yes
 
+# Enable OpenGL specifics (does not mean that OpenGL is automatically used, tho)
+DM_USE_OPENGL=no
+
 # Build with runtime asserts?
 DM_USE_ASSERTS=yes