diff config.mak.in @ 573:14640d0688d3

Make timeline stuff optional.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 05 Apr 2013 00:32:06 +0300
parents f18f07d8a731
children 78fdc9c16db9
line wrap: on
line diff
--- a/config.mak.in	Sun Mar 17 04:34:12 2013 +0200
+++ b/config.mak.in	Fri Apr 05 00:32:06 2013 +0300
@@ -8,6 +8,9 @@
 # that is implemented via modified stb_image.c's PNG loader.
 DM_USE_LIBPNG=yes
 
+# Timeline support? (required for editor and complex demos)
+DM_USE_TIMELINE=yes
+
 # Build Qt based demo editor?
 DM_BUILD_EDITOR=yes