Files
Christopher Nielsen 35c42114bf gexiv2: update to 0.14.1
2023-06-16 15:01:18 -04:00

12 lines
510 B
Diff

--- meson.build.orig 2023-05-06 04:50:03.000000000 -0400
+++ meson.build 2023-06-16 14:50:46.326477922 -0400
@@ -51,7 +51,7 @@
if get_option('introspection') == false
error('Build option \'python3\' requires \'introspection\' to be enabled.')
endif
- python3 = import('python').find_installation('python3', modules: 'gi')
+ python3 = import('python').find_installation('@@PYTHON3_BIN@@', modules: 'gi')
python3.install_sources('GExiv2.py', subdir: 'gi/overrides')
else
python3 = disabler()