diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-16 19:33:48 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-16 19:33:48 -0800 |
commit | 7bbb0fa20ff65a05031886c35646248dc94a38a8 (patch) | |
tree | 264dcd9a8136e99f4bf911c1d403033dd90ed4d8 /configure.ac | |
parent | 14741eaa510d373c1d20f56879a3fbaa786f1a96 (diff) |
libs/ascii: add a basic mono bitmap ascii charset
The rtv module needs to show some captions, so I'm adding a minimal
bitmap ascii text renderer.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c1f1c6d..7aaa99d 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile src/libs/Makefile + src/libs/ascii/Makefile src/libs/grid/Makefile src/libs/ray/Makefile src/modules/Makefile |