summaryrefslogtreecommitdiffstats
path: root/development/rstudio-desktop/disable_quarto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/rstudio-desktop/disable_quarto.patch')
-rw-r--r--development/rstudio-desktop/disable_quarto.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/rstudio-desktop/disable_quarto.patch b/development/rstudio-desktop/disable_quarto.patch
new file mode 100644
index 0000000000..d93ff78ac3
--- /dev/null
+++ b/development/rstudio-desktop/disable_quarto.patch
@@ -0,0 +1,13 @@
+--- a/CMakeGlobals.txt 2022-07-06 12:59:49.000000000 -0700
++++ b/CMakeGlobals.txt 2022-07-18 11:51:59.266963561 -0700
+@@ -253,8 +253,8 @@
+ message(STATUS "quarto is not supported on Centos7; disabling quarto")
+ set(QUARTO_ENABLED FALSE CACHE INTERNAL "")
+ else()
+- # enable by default
+- set(QUARTO_ENABLED TRUE CACHE INTERNAL "")
++ # disable by default
++ set(QUARTO_ENABLED FALSE CACHE INTERNAL "")
+ add_definitions(-DQUARTO_ENABLED)
+ endif()
+