Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wsfont vcons needs fonts now.



details:   https://anonhg.NetBSD.org/src/rev/81b20648cd3c
branches:  trunk
changeset: 824078:81b20648cd3c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 22 19:04:34 2017 +0000

description:
vcons needs fonts now.

diffstat:

 sys/dev/wsfont/files.wsfont |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r cc5d4557910a -r 81b20648cd3c sys/dev/wsfont/files.wsfont
--- a/sys/dev/wsfont/files.wsfont       Mon May 22 16:53:05 2017 +0000
+++ b/sys/dev/wsfont/files.wsfont       Mon May 22 19:04:34 2017 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: files.wsfont,v 1.22 2016/11/20 15:55:31 macallan Exp $
+#      $NetBSD: files.wsfont,v 1.23 2017/05/22 19:04:34 christos Exp $
 
 defpseudo wsfont
 
 # Note: `wsfont_glue' is only here to force the header file's name
 #      hence it must be mentioned first  (shudder...)
 file   dev/wsfont/wsfont.c     (wsfont_glue & rasops_rotation) |
-    rasterconsole | wsdisplay | wsfont         needs-flag
+    rasterconsole | wsdisplay | wsfont | vcons         needs-flag
 
 defflag        opt_wsfont.h            FONT_BOLD8x16
                                FONT_GLASS10x19



Home | Main Index | Thread Index | Old Index