From 0aa599feeb4606e41580c27d38e29784dda8f7fa Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Tue, 7 Jan 2020 13:16:51 -0700 Subject: [PATCH] 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. --- dtool/Config.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 5587737cf9..bdad20b861 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -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?