diff config.mak.in @ 1079:47c0514d9ba4

Make the built in setup font/screen image/bar bitmap optional.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Mar 2015 04:57:18 +0200
parents 771e03bf9fcd
children 402346b1c01d
line wrap: on
line diff
--- a/config.mak.in	Mon Mar 02 04:47:27 2015 +0200
+++ b/config.mak.in	Mon Mar 02 04:57:18 2015 +0200
@@ -3,6 +3,9 @@
 DM_BUILD_TESTS=yes
 DM_BUILD_TOOLS=yes
 
+# Include built-in setup menu image, font and bar bitmaps
+DM_BUILT_IN_SETUP=no
+
 # Build with additional error messages
 DM_DEBUG=yes