summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2025-04-07 01:58:16 +0200
committercah <cah@ableton.com>2025-04-07 01:58:16 +0200
commitebf1b284268710682367904cc5ad5939bd1e4cd5 (patch)
treeb410c63f643400f523b6fcf9d54351d9f751d9cb /cscript
parent6c9cee14107f7c33787bab5873652677ae18e476 (diff)
Work around failure to open maximised on Ubuntu 24.04 (#3010).ub24-fs
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d913bb3dc..0b63394bc 100644
--- a/cscript
+++ b/cscript
@@ -504,7 +504,7 @@ def configure_options(target, options, for_package=False):
opt += ' --wx-config=%s/wx-config' % target.bin
if target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '24.04':
- opt += ' --enable-grok'
+ opt += ' --enable-grok --workaround-mutter'
if build_with_cpp17(target):
opt += ' --c++17'