GRR! Kludge around the extremely annoying wsmux configuration lossage
by removing the "| wsdisplay" from the wsmux.c file declaration. This will cause any kernel which includes wsdisplay but not wsmux explicitly to fail to link, but at least those of us with multiple wsdisplays on a single machine can build kernels again.
This commit is contained in:
parent
02140cb46f
commit
fff1639c50
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.wscons,v 1.16 1999/07/29 18:20:02 augustss Exp $
|
||||
# $NetBSD: files.wscons,v 1.17 1999/07/30 20:42:16 thorpej Exp $
|
||||
|
||||
#
|
||||
# "Workstation Console" glue; attaches frame buffer to emulator & keyboard,
|
||||
|
@ -53,5 +53,8 @@ file dev/rcons/raster_text.c wsrasteremulops
|
|||
file dev/wscons/wscons_rinit.c wsrasteremulops
|
||||
file dev/wscons/wscons_rops.c wsrasteremulops
|
||||
|
||||
# XXX XXX XXX COMPLETELY, UTTERLY BROKEN!!! XXX XXX XXX
|
||||
# XXX XXX XXX wsdisplay needs wsmux to work but there is Lossage
|
||||
# XXX XXX XXX if you use "wsmux | wsdisplay" below.
|
||||
defpseudo wsmux
|
||||
file dev/wscons/wsmux.c wsmux | wsdisplay needs-count
|
||||
file dev/wscons/wsmux.c wsmux needs-count
|
||||
|
|
Loading…
Reference in New Issue