summarylogtreecommitdiffstats
path: root/plex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'plex.patch')
-rw-r--r--plex.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/plex.patch b/plex.patch
new file mode 100644
index 000000000000..c48b73e15021
--- /dev/null
+++ b/plex.patch
@@ -0,0 +1,12 @@
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -86,7 +86,8 @@ void ShowLicenseInfo()
+ /////////////////////////////////////////////////////////////////////////////////////////
+ QStringList g_qtFlags = {
+ "--disable-gpu",
+- "--disable-web-security"
++ "--disable-web-security",
++ "--disable-viz-display-compositor"
+ };
+
+ /////////////////////////////////////////////////////////////////////////////////////////