changeset 1328:2a534f557daa

Fix build for disabled bitmapped text.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Aug 2017 13:22:32 +0300
parents 59e9ad13b50e
children a8850642d0d2
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Tue Aug 22 13:18:21 2017 +0300
+++ b/Makefile.gen	Tue Aug 22 13:22:32 2017 +0300
@@ -144,9 +144,11 @@
 
 ifeq ($(DM_BUILD_TOOLS),yes)
 ifeq ($(DM_GFX_BLITS),yes)
+ifeq ($(DM_GFX_BM_TEXT),yes)
 TOOL_BINARIES += auval
 endif
 endif
+endif
 
 ifeq ($(DM_BUILD_TESTS),yes)
 ifeq ($(DM_GFX_BLITS),yes)