blob: 913566dce9473447dd5a35be1d0cbff915e53b3f [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001Subject: [PATCH] Search for cython3
2MIME-Version: 1.0
3Content-Type: text/plain; charset=UTF-8
4Content-Transfer-Encoding: 8bit
5
Andrew Geissler9aee5002022-03-30 16:27:02 +00006Upstream-Status: Inappropriate
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007
Andrew Geissler9aee5002022-03-30 16:27:02 +00008Signed-off-by: Markus Volk <f_l_k@gmx.net>
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009---
Andrew Geissler9aee5002022-03-30 16:27:02 +000010 meson.build | 2 +-
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011 1 file changed, 1 insertion(+), 1 deletion(-)
12
Andrew Geissler9aee5002022-03-30 16:27:02 +000013--- a/module/meson.build 2022-02-10 08:49:35.000000000 +0100
14+++ b/module/meson.build 2022-03-29 12:58:03.456193737 +0200
15@@ -1,4 +1,4 @@
16-cython = find_program('cython', required: true)
17+cython = find_program('cython3', required: true)
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018
Andrew Geissler9aee5002022-03-30 16:27:02 +000019 blueman_c = custom_target(
20 'blueman_c',
21
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080022--
232.14.3
24