blob: bad5e62b229d958874d6068cada6f78535297278 [file] [log] [blame]
George Liu94f781a2022-07-04 14:35:10 +08001option(
2 'tests',
3 type : 'feature',
4 value: 'enabled',
5 description : 'Build tests'
6)
7
8option(
9 'rmcp_ping',
10 type : 'feature',
11 value: 'enabled',
12 description : 'Enable RMCP Ping support'
13)
Willy Tu2c95dd12023-03-03 16:26:44 -080014
15option(
16 'pam_authenticate',
17 type : 'feature',
18 value: 'enabled',
19 description : 'Enable Pam Authenticate'
20)