mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
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:
parent
f75a8d03e0
commit
0aa599feeb
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user