Fixed bug 5473 - Add WSCONS support for NetBSD

wahil1976

This patch adds WSCONS support for NetBSD.
This commit is contained in:
Sam Lantinga
2021-01-17 10:05:11 -08:00
parent f3835702d3
commit c265e73f3b
4 changed files with 28 additions and 8 deletions

2
configure vendored
View File

@@ -24902,7 +24902,7 @@ $as_echo "#define SDL_VIDEO_DRIVER_ANDROID 1" >>confdefs.h
freebsd)
CheckInputKBIO
;;
openbsd)
openbsd|netbsd)
CheckInputWSCONS
;;
esac