12 lines
422 B
Diff
12 lines
422 B
Diff
|
--- meson.build
|
||
|
+++ meson.build
|
||
|
@@ -24,7 +24,7 @@ pygobject_dep = dependency('pygobject-3.0', fallback: ['pygobject', 'pygobject_d
|
||
|
|
||
|
pymod = import('python')
|
||
|
python = pymod.find_installation(get_option('python'))
|
||
|
-python_dep = python.dependency(required : true)
|
||
|
+python_dep = dependency('python3-embed', required : true)
|
||
|
|
||
|
python_abi_flags = python.get_variable('ABIFLAGS', '')
|
||
|
pylib_loc = get_option('libpython-dir')
|