]> git.ipfire.org Git - thirdparty/util-linux.git/blob - meson_options.txt
meson: update for new hardlink
[thirdparty/util-linux.git] / meson_options.txt
1 # enable various dependencies (no prefixes)
2
3 option('tinfo', type : 'feature')
4 option('ncursesw', type : 'feature')
5 option('ncurses', type : 'feature')
6 option('slang', type : 'feature', value : 'disabled',
7 description : 'compile cfdisk with slang rather than ncurses')
8 option('cryptsetup', type : 'feature')
9 option('cryptsetup-dlopen', type : 'feature')
10 option('zlib', type : 'feature')
11 option('readline', type : 'feature')
12 option('libutil', type : 'feature')
13 option('libutempter', type : 'feature')
14 option('libpcre2-posix', type : 'feature')
15 option('libuser', type : 'feature')
16 option('selinux', type : 'feature', value : 'disabled')
17 option('audit', type : 'feature', value : 'disabled')
18 option('smack', type : 'feature', value : 'disabled')
19 option('magic', type : 'feature')
20 option('econf', type : 'feature')
21 option('systemd', type : 'feature')
22 option('btrfs', type : 'feature')
23 option('widechar', type : 'feature',
24 description : 'compile with wide character support')
25
26 # enable building of various programs and features ("build-" prefix)
27
28 option('build-python', type : 'feature', value : 'auto',
29 description : 'build python extension module')
30 option('python', type : 'string', value : 'python3',
31 description : 'build extension module for this python')
32
33 option('build-libblkid', type : 'feature',
34 description : 'build libblkid and many related utilities')
35 option('build-libuuid', type : 'feature',
36 description : 'build libuuid and uuid utilities')
37 option('build-libmount', type : 'feature',
38 description : 'build libmount')
39 option('build-libsmartcols', type : 'feature',
40 description : 'build libsmartcols')
41 option('build-libfdisk', type : 'feature',
42 description : 'build libfdisk')
43
44
45 option('build-fdisks', type : 'feature',
46 description : 'build fdisk(8), sfdisk(8) and cfdisk(8)')
47 option('build-mount', type : 'feature',
48 description : 'build mount(8) and umount(8)')
49 option('build-losetup', type : 'feature',
50 description : 'build losetup')
51 option('build-zramctl', type : 'feature',
52 description : 'build zramctl')
53 option('build-fsck', type : 'feature',
54 description : 'build fsck')
55 option('build-partx', type : 'feature',
56 description : 'build addpart, delpart, partx')
57
58 option('build-uuidd', type : 'feature',
59 description : 'build the uuid daemon')
60
61 option('build-wipefs', type : 'feature',
62 description : 'build wipefs')
63 option('build-mountpoint', type : 'feature',
64 description : 'build mountpoint')
65 option('build-fallocate', type : 'feature',
66 description : 'build fallocate')
67 option('build-unshare', type : 'feature',
68 description : 'build unshare')
69 option('build-nsenter', type : 'feature',
70 description : 'build nsenter')
71 option('build-setpriv', type : 'feature',
72 description : 'build setpriv')
73 option('build-hardlink', type : 'feature',
74 description : 'build hardlink')
75 option('build-eject', type : 'feature',
76 description : 'build eject')
77 option('build-agetty', type : 'feature',
78 description : 'build agetty')
79 option('build-cramfs', type : 'feature',
80 description : 'build fsck.cramfs, mkfs.cramfs')
81 option('build-bfs', type : 'feature',
82 description : 'build mkfs.bfs')
83 option('build-minix', type : 'feature',
84 description : 'build fsck.minix, mkfs.minix')
85 option('build-fdformat', type : 'feature', value : 'disabled',
86 description : 'build fdformat')
87 option('build-hwclock', type : 'feature',
88 description : 'build hwclock')
89 option('build-lslogins', type : 'feature',
90 description : 'build lslogins')
91 option('build-wdctl', type : 'feature',
92 description : 'build wdctl')
93 option('build-cal', type : 'feature',
94 description : 'build cal')
95 option('build-logger', type : 'feature',
96 description : 'build logger')
97 option('build-switch_root', type : 'feature',
98 description : 'switch_root')
99 option('build-pivot_root', type : 'feature',
100 description : 'build pivot_root')
101 option('build-lsmem', type : 'feature',
102 description : 'build lsmem')
103 option('build-chmem', type : 'feature',
104 description : 'build chmem')
105 option('build-ipcrm', type : 'feature',
106 description : 'build ipcrm')
107 option('build-ipcs', type : 'feature',
108 description : 'build ipcs')
109 option('build-rfkill', type : 'feature',
110 description : 'build rfkill')
111 option('build-tunelp', type : 'feature',
112 description : 'build tunelp')
113 option('build-kill', type : 'feature',
114 description : 'build kill')
115 option('build-last', type : 'feature',
116 description : 'build last')
117 option('build-utmpdump', type : 'feature',
118 description : 'build utmpdump')
119 option('build-line', type : 'feature',
120 description : 'build line')
121 option('build-mesg', type : 'feature',
122 description : 'build mesg')
123 option('build-raw', type : 'feature',
124 description : 'build raw')
125 option('build-rename', type : 'feature',
126 description : 'build rename')
127 option('build-vipw', type : 'feature',
128 description : 'build vipw')
129 option('build-newgrp', type : 'feature',
130 description : 'build newgrp')
131 option('build-chfn-chsh', type : 'feature',
132 description : 'build chfn and chsh')
133 option('build-login', type : 'feature',
134 description : 'build login')
135 option('build-nologin', type : 'feature',
136 description : 'build nologin')
137 option('build-sulogin', type : 'feature',
138 description : 'build sulogin')
139 option('build-su', type : 'feature',
140 description : 'build su')
141 option('build-runuser', type : 'feature',
142 description : 'build runuser')
143 option('build-ul', type : 'feature',
144 description : 'build ul')
145 option('build-more', type : 'feature',
146 description : 'build more')
147 option('build-pg', type : 'feature',
148 description : 'build pg')
149 option('build-setterm', type : 'feature',
150 description : 'build setterm')
151 option('build-schedutils', type : 'feature',
152 description : 'build chrt, ionice, taskset')
153 option('build-wall', type : 'feature',
154 description : 'build wall')
155 option('build-write', type : 'feature',
156 description : 'build write')
157 option('build-bash-completion', type : 'feature',
158 description : 'install bash completion files')
159 option('build-pylibmount', type : 'feature',
160 description : 'build pylibmount')
161
162 # static programs
163
164 option('static-programs', type : 'array',
165 value : [],
166 choices : ['losetup', 'mount', 'umount', 'fdisk', 'sfdisk', 'blkid', 'nsenter', 'unshare'],
167 description : 'list of programs to also build with static linking')
168
169 # feature selection and other configuration
170
171 option('chfn-chsh-password',
172 type : 'boolean', value : true,
173 description : 'require the user to enter the password in chfn and chsh')
174 option('chsh-only-listed',
175 type : 'boolean', value : true,
176 description : 'chsh: only allow shells in /etc/shells')
177 option('use-tty-group',
178 type : 'boolean', value : true,
179 description : 'install wall and write setgid tty')
180 option('build-plymouth-support',
181 type : 'feature',
182 description : 'support plymouth feature in sulogin and agetty')
183 option('use-tls',
184 type : 'boolean', value : true,
185 description : 'use thread-local storage')
186 option('pg-bell',
187 type : 'boolean', value : true,
188 description : 'should pg ring the bell on invalid keys?')
189
190 option('fs-search-path',
191 type : 'string',
192 value : '/sbin:/sbin/fs.d:/sbin/fs',
193 description : 'default search path for fs helpers')
194 option('fs-search-path-extra',
195 type : 'string',
196 description : 'additional search path for fs helpers')
197 option('vendordir',
198 type: 'string',
199 description : 'directory for distribution provided econf files')