summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-11 18:16:41 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:01:56 +0100
commit7a0f4bbcaadc8af3710d179cbc0eb744380fe658 (patch)
tree59dc41510999015805c59f76d25359bd2a734f66 /meson.build
parentb5ed594423ba9819347523e3cef50b2695474de0 (diff)
downloadlibgweather-7a0f4bbcaadc8af3710d179cbc0eb744380fe658.tar.gz
build: Move variant location builder to build-aux
And make sure to use the path of the script returned by `find_program()`, instead of using `files()`.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ff821ea..5b9189e 100644
--- a/meson.build
+++ b/meson.build
@@ -72,6 +72,8 @@ else
enable_vala = enable_vala != 'false'
endif
+gen_locations_variant = find_program('build-aux/meson/gen_locations_variant.py')
+
subdir('data')
subdir('libgweather')
subdir('schemas')