summaryrefslogtreecommitdiff
path: root/tmpfiles.d
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-27 16:16:07 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-27 16:46:46 +0200
commit9247df5a8852d11b64a6309d994e3d2afe275250 (patch)
tree8a99e2b280fe7923b6023788ac3b2cb1d587244d /tmpfiles.d
parent148369deef9cbe543712d2a2b647dc31e88260b7 (diff)
downloadsystemd-9247df5a8852d11b64a6309d994e3d2afe275250.tar.gz
meson: require 0.53.2 and drop some workarounds for old meson
Ubuntu Bionic 18.04 has 0.45, so it was below the previously required minimum version already. Focal 20.04 has 0.53.2. Let's require that and use various features that are available.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r--tmpfiles.d/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmpfiles.d/meson.build b/tmpfiles.d/meson.build
index 6f8ff09fc8..e0e339cd42 100644
--- a/tmpfiles.d/meson.build
+++ b/tmpfiles.d/meson.build
@@ -37,8 +37,7 @@ foreach pair : in_files
# do nothing
elif pair[1] == '' or conf.get(pair[1]) == 1
custom_target(
- # XXX: workaround for old meson. Drop when upgrading.
- 'tmpfiles+' + pair[0],
+ pair[0],
input : pair[0] + '.in',
output: pair[0],
command : [meson_render_jinja2, config_h, '@INPUT@'],