From 6636d343b8a1c0d37bf5c6aefccaff64fb3cab84 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Apr 2025 12:53:32 +0200 Subject: Work around failure to open maximised on Ubuntu 24.04 (#3010). --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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' -- cgit v1.2.3