Browse Source

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.
Sam Edwards 6 years ago
parent
commit
0aa599feeb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      dtool/Config.cmake

+ 4 - 4
dtool/Config.cmake

@@ -437,10 +437,10 @@ pointers.")
 
 
 
 
 # Should build tinydisplay?
 # 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?
 # Is SDL installed, and where?