summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-09-07 13:45:53 +0000
committerJan Rybar <jrybar@redhat.com>2022-09-07 13:45:53 +0000
commit91597f08929ddf1bc3a90a7122f9e23ea96d6e11 (patch)
tree508051ae599729d06d2681db3a763b2ed8e022a0 /meson_options.txt
parent8e555982e5801e540925235beec42a2782911ea0 (diff)
downloadpolkit-91597f08929ddf1bc3a90a7122f9e23ea96d6e11.tar.gz
meson: support -Dos_type=lfs and /etc/lfs-release autodetection
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 76aa311..d648148 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,7 +4,7 @@ option('systemdsystemunitdir', type: 'string', value: '', description: 'custom d
option('polkitd_user', type: 'string', value: 'polkitd', description: 'User for running polkitd (polkitd)')
option('authfw', type: 'combo', choices: ['pam', 'shadow', 'bsdauth'], value: 'pam', description: 'Authentication framework (pam/shadow)')
-option('os_type', type: 'combo', choices: ['redhat', 'suse', 'gentoo', 'pardus', 'solaris', 'netbsd', ''], value: '', description: 'distribution or OS')
+option('os_type', type: 'combo', choices: ['redhat', 'suse', 'gentoo', 'pardus', 'solaris', 'netbsd', 'lfs', ''], value: '', description: 'distribution or OS')
option('pam_include', type: 'string', value: '', description: 'pam file to include')
option('pam_module_dir', type: 'string', value: '', description: 'directory to install PAM security module')