From 059045807de95e21f0b7794f322dbdfbd1af3a54 Mon Sep 17 00:00:00 2001 From: Fina Wilke Date: Sun, 17 Jul 2022 00:15:42 +0200 Subject: Add option to specify init script location Also allows to disable the installation if desired --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 43304d1..891ccdf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,9 @@ option('disable-mtab', type : 'boolean', value : false, option('udevrulesdir', type : 'string', value : '', description: 'Where to install udev rules (if empty, query pkg-config(1))') +option('initscriptdir', type : 'string', value : '/etc/init.d/', + description: 'Init script installation location (if empty, disable init script installation)') + option('utils', type : 'boolean', value : true, description: 'Whether or not to build and install helper programs') -- cgit v1.2.3