summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
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')