CMake: Take away the HAVE_TINYDISPLAY option

This is at least until we can support building it, so that
other components in Panda don't assume TINYDISPLAY is present.
This commit is contained in:
Sam Edwards 2020-01-07 13:16:51 -07:00
parent f75a8d03e0
commit 0aa599feeb

View File

@ -437,10 +437,10 @@ pointers.")
# Should build tinydisplay?
option(HAVE_TINYDISPLAY
"Builds TinyDisplay, a light software renderer based on TinyGL,
that is built into Panda. TinyDisplay is not as full-featured as Mesa
but is many times faster." ${IS_NOT_MINSIZE_BUILD})
#option(HAVE_TINYDISPLAY
# "Builds TinyDisplay, a light software renderer based on TinyGL,
#that is built into Panda. TinyDisplay is not as full-featured as Mesa
#but is many times faster." ${IS_NOT_MINSIZE_BUILD})
# Is SDL installed, and where?