summaryrefslogtreecommitdiff
path: root/accessibility/orca/files/patch-meson.build
blob: 1b665ae2371837da0b443bf6d2f92d7ed0cb7bf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- meson.build.orig	2024-06-25 12:03:30 UTC
+++ meson.build
@@ -8,7 +8,7 @@ python_minimum_version = '3.10'
 i18n = import('i18n')
 
 python_minimum_version = '3.10'
-python3 = python.find_installation('python3', required: true)
+python3 = python.find_installation(required: true)
 if not python3.language_version().version_compare(f'>= @python_minimum_version@')
   error(f'Python @python_minimum_version@ or newer is required.')
 endif