diff options
| author | cah <cah@ableton.com> | 2025-04-07 01:58:16 +0200 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2025-04-07 01:58:16 +0200 |
| commit | ebf1b284268710682367904cc5ad5939bd1e4cd5 (patch) | |
| tree | b410c63f643400f523b6fcf9d54351d9f751d9cb /cscript | |
| parent | 6c9cee14107f7c33787bab5873652677ae18e476 (diff) | |
Work around failure to open maximised on Ubuntu 24.04 (#3010).ub24-fs
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
