From ceb1dbd9afd5e91d00aca2ad70b42c376ecef36c Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Mon, 4 Mar 2019 15:17:48 +0100 Subject: meson: rename option sytemd_unit_files to systemd_files --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index c1308cac..3d526029 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -65,7 +65,7 @@ option( ## Systemd option( - 'systemd_unit_files', + 'systemd_files', type: 'combo', choices: [ 'disabled', @@ -73,7 +73,7 @@ option( 'nosocket', ], value: 'disabled', - description: 'installs systemd unit files', + description: 'installs systemd-related files', ) -- cgit v1.2.3