diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-07 12:53:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-07 12:53:32 +0200 |
| commit | 6636d343b8a1c0d37bf5c6aefccaff64fb3cab84 (patch) | |
| tree | b410c63f643400f523b6fcf9d54351d9f751d9cb /cscript | |
| parent | 6c9cee14107f7c33787bab5873652677ae18e476 (diff) | |
Work around failure to open maximised on Ubuntu 24.04 (#3010).
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' |
