From 7e44b1ac3ced73c1997f456294704889b8b20679 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 15 Nov 2025 11:39:28 +0100 Subject: Build Fedora 42 version with support for Grok. --- cscript | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index d3e35c33c..772403751 100644 --- a/cscript +++ b/cscript @@ -570,7 +570,10 @@ def configure_options(target, options, for_package=False): if target.platform == 'osx' and target.arch == 'arm64': opt += ' --wx-config=%s/wx-config' % target.bin - if target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '24.04': + if target.platform == 'linux' and ( + (target.distro == 'ubuntu' and target.version == '24.04') or + (target.distro == 'fedora' and target.version == '42') + ): opt += ' --enable-grok --workaround-mutter' if build_with_cpp17(target): -- cgit v1.2.3