From 86d24fff6cebfc34821a4c1cdd53f8a04b8d7dab Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 16 Oct 2021 23:55:47 +0100 Subject: build: Require pygobject The locations binary blob generator depends on pygobject, so we should actually check for its presence during the configuration phase. Otherwise the configuration will pass, and then the build will fail, and we're going to look bad. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index bef96ac..66a4591 100644 --- a/meson.build +++ b/meson.build @@ -45,6 +45,7 @@ pylint_flags = [ '-d', 'C0326', ] +py = import('python').find_installation('python3', modules: ['gi']) gen_locations_variant = find_program('build-aux/meson/gen_locations_variant.py') subdir('data') -- cgit v1.2.1