diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-14 11:10:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-14 11:10:22 +0200 |
| commit | b9d6fc2817c2dadec09d568792d294c21e2f8046 (patch) | |
| tree | 49fd06071d5deadef74cb6a3b68fcfc7cdd38d10 | |
| parent | 38460102945608b938729e8c8a1cd8d371adf5a1 (diff) | |
Some more distros that use wx-3.1.v2.16.92
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -759,7 +759,7 @@ def package_debian(target, cpu, version, options): target.set('CDIST_CONFIGURE', '"' + configure_options(target, options, for_package=True) + '"') target.set('CDIST_PACKAGE', f'dcpomatic{suffix}') - target.set('CDIST_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04", "unstable") else "3.2") + target.set('CDIST_WX_VERSION', "3.1" if target.version in ("16.04", "18.04", "20.04", "22.04", "unstable", "11", "12") else "3.2") if not target.debug: target.set('CDIST_DEBUG_PACKAGE_FLAG', '--no-ddebs') |
