From 216f7d810e182a89fd96ab9fad2a5c2b1e425ea9 Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Fri, 19 Feb 2021 20:45:47 +0100 Subject: [PATCH] meson: remove python2 AFAICS this is used nowhere within this project, remove the dependency. Signed-off-by: Rouven Czerwinski --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 80f06084..56526770 100644 --- a/meson.build +++ b/meson.build @@ -15,8 +15,6 @@ add_project_arguments(['-Wno-unused-parameter', c = meson.get_compiler('c') cc = meson.get_compiler('cpp') -prog_python2 = find_program('python2') - all_deps = [ cc.find_library('dl'), dependency('sdl2'),