openexr: make architecture independent
[oi-userland.git] / components / library / glib / patches / 17-python.patch
blob737064f267709fb753ccd8940c9507387d529842
1 --- glib-2.75.2/meson.build 2023-01-25 16:18:55.570622511 +0000
2 +++ glib-2.75.2/meson.build.new 2023-01-25 17:10:36.757782083 +0000
3 @@ -2274,9 +2274,8 @@
5 glib_conf.set('HAVE_PROC_SELF_CMDLINE', have_proc_self_cmdline)
7 -python = import('python').find_installation()
8 -# used for '#!/usr/bin/env <name>'
9 -python_name = 'python3'
10 +python = import('python').find_installation('python3.9')
11 +python_name = '/usr/bin/python3.9'
13 python_version = python.language_version()
14 python_version_req = '>=3.5'