From 1f6077a94bdaf4d52a2251e56b10079e98d7ac59 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sat, 18 Jun 2016 21:42:46 -0400 Subject: [PATCH] Fixups for bdfe fork --- host/bdfe | 2 +- host/conv-font-bin.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/bdfe b/host/bdfe index 359f34a..af4c3cd 160000 --- a/host/bdfe +++ b/host/bdfe @@ -1 +1 @@ -Subproject commit 359f34a0012bd58c86a5c171695abf8874a7e7b2 +Subproject commit af4c3cd4374fc0e3869b7b924412a87f471b11d3 diff --git a/host/conv-font-bin.sh b/host/conv-font-bin.sh index c99b0d9..c8ec6e5 100755 --- a/host/conv-font-bin.sh +++ b/host/conv-font-bin.sh @@ -6,7 +6,7 @@ fi set -e -./host/bdfe/bdfe native header verbose all external/tewi-font/tewi-medium-11.bdf > host/font.h +./host/bdfe/bdfe -n -L -v -A external/tewi-font/tewi-medium-11.bdf > host/font.h grep "// Converted Font Size" host/font.h | sed -e 's|.* ||g' \ -e 's|^|const int font_width = |g' \ -e 's|x|;\nconst int font_height = |g' \ -- 2.39.5