From 2839b5ce73e385956cb3b7ea7a8317871ce30502 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Jan 2021 00:40:53 +0000 Subject: Pass glib-compile-resources's path to gen-resources.py Since the gen-resources.py needs to call glib-compile-resources, we need to figure out where the binary is, and tell gen-resources.py to use that, instead of relying on it being in the PATH. --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ecb745186..1cef125a3 100644 --- a/meson.build +++ b/meson.build @@ -371,6 +371,9 @@ gen_resources = find_program('build-aux/gen-resources.py') gen_installed_test = find_program('build-aux/gen-installed-test.py') gen_thumbnailer = find_program('build-aux/gen-thumbnailer.py') +# Needed by gen-resources.py +glib_compile_resources = find_program('glib-compile-resources') + gnome = import('gnome') subdir('gdk-pixbuf') -- cgit v1.2.1