summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
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'