summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-07 17:24:26 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-10-13 13:01:56 +0100
commit2ae800c5535817e82272fdc35bf033f28500730c (patch)
tree46e584ea4cf623881dd2b13a644128c5decf83a0 /data
parent9003d4111be22a6d18f8d0c57a4b2acd341891d9 (diff)
downloadlibgweather-2ae800c5535817e82272fdc35bf033f28500730c.tar.gz
build: Use idiomatic Meson
Break declarations over multiple lines; use trailing commas; use path separators instead of join_paths(); use consistent spacing/indentation.
Diffstat (limited to 'data')
-rw-r--r--data/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/meson.build b/data/meson.build
index dd04c1b..a0f2bc4 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -25,10 +25,10 @@ endif
# The generated file is architecture dependent (i.e. host endianness)
locations_bin = custom_target('locations-db',
command: [gen_locations_variant, '@INPUT@', '@OUTPUT@' ],
- install: true,
- install_dir: pkglibdir,
input: files('Locations.xml'),
output: '@BASENAME@.bin',
+ install: true,
+ install_dir: pkglibdir,
)
install_data('Locations.xml',