makefile: Revise comments describing SDL support to only mention SDL2

This commit is contained in:
Mark Pizzolato 2020-09-02 15:56:57 -07:00
parent ae825c9afb
commit 9736b13ea3

View file

@ -36,7 +36,7 @@
# simulators without networking support, invoking GNU make with # simulators without networking support, invoking GNU make with
# NONETWORK=1 will do the trick. # NONETWORK=1 will do the trick.
# #
# By default, video support is enabled if the SDL/SDL2 development # By default, video support is enabled if the SDL2 development
# headers and libraries are available. To force a build without video # headers and libraries are available. To force a build without video
# support, invoke GNU make with NOVIDEO=1. # support, invoke GNU make with NOVIDEO=1.
# #