]> Chaos Git - corbenik/corbenik.git/commitdiff
Fixups for bdfe fork
authorchaoskagami <chaos.kagami@gmail.com>
Sun, 19 Jun 2016 01:42:46 +0000 (21:42 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sun, 19 Jun 2016 01:42:46 +0000 (21:42 -0400)
host/bdfe
host/conv-font-bin.sh

index 359f34a0012bd58c86a5c171695abf8874a7e7b2..af4c3cd4374fc0e3869b7b924412a87f471b11d3 160000 (submodule)
--- a/host/bdfe
+++ b/host/bdfe
@@ -1 +1 @@
-Subproject commit 359f34a0012bd58c86a5c171695abf8874a7e7b2
+Subproject commit af4c3cd4374fc0e3869b7b924412a87f471b11d3
index c99b0d97489635f5e7356ab05a774555bb2b050a..c8ec6e59b8722d56640b530d7fe4c98133cfc6c3 100755 (executable)
@@ -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' \