summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-11-19 19:07:08 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-11-19 19:08:21 +0000
commitea912bc1659f2ad3494ec6c5e23abc9b05dfa14a (patch)
treed60baab839e4dbfb1126d0b27e4a6b1515fb1326 /meson.build
parent59ec90cf7734fad6684fd21094330fa53938bfa0 (diff)
downloadlibgweather-ea912bc1659f2ad3494ec6c5e23abc9b05dfa14a.tar.gz
build: Ensure tests depend on generated enum schemas
Otherwise they are going to break if we run the tests before the schemas have been built, or if the enums change.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a0ac5c1..2306198 100644
--- a/meson.build
+++ b/meson.build
@@ -50,8 +50,8 @@ py = import('python').find_installation('python3', modules: ['gi'])
gen_locations_variant = find_program('build-aux/meson/gen_locations_variant.py')
subdir('data')
-subdir('libgweather')
subdir('schemas')
+subdir('libgweather')
subdir('doc')
subdir('po')
subdir('po-locations')