packages/utils/fontconfig/patches/020-distutils.patch
Rosen Penev 0aa5d541ef fontconfig: compile with meson
Faster compilation.

Backport upstream patch fixing cross compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-27 20:31:14 -07:00

11 lines
248 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,7 @@ expat_dep = dependency('expat',
i18n = import('i18n')
pkgmod = import('pkgconfig')
-python3 = import('python').find_installation()
+python3 = 'python3'
check_headers = [
['dirent.h'],