]> git.pld-linux.org Git - packages/pitivi.git/blame - python-3.8.patch
- fix building with python 3.8
[packages/pitivi.git] / python-3.8.patch
CommitLineData
132d5831
JR
1--- pitivi-0.999/meson.build~ 2018-08-29 09:05:21.000000000 -0500
2+++ pitivi-0.999/meson.build 2019-06-11 10:04:02.636744751 -0500
3@@ -61,7 +61,8 @@
4 dependencies: [gst_dep, python_dep, pycairo_dep, cairo_dep],
5 name_prefix : '',
6 install: true,
7- install_dir: get_option('libdir') + '/pitivi/python/pitivi/timeline')
8+ install_dir: get_option('libdir') + '/pitivi/python/pitivi/timeline',
9+ link_args : '-lpython3.8')
10
11 pitivi_install_dir = get_option('libdir') + '/pitivi/python/'
12
This page took 0.063429 seconds and 4 git commands to generate.