summaryrefslogtreecommitdiff
path: root/media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch
blob: 35486262c992639a6baff65fd990156f1d691adb (plain)
1
2
3
4
5
6
7
8
9
10
11
Upstream bundles python deps and uses same interpreter as meson,
but we don't and need this to use the eclass' python3 instead.

https://bugs.gentoo.org/731728
--- a/meson.build
+++ b/meson.build
@@ -323,3 +323,3 @@
 thirdparty = meson.project_source_root()/'3rdparty'
-python = import('python').find_installation()
+python = import('python').find_installation('python3')
 python_env = environment()