George Liu | 94f781a | 2022-07-04 14:35:10 +0800 | [diff] [blame] | 1 | option( |
2 | 'tests', | ||||
3 | type : 'feature', | ||||
4 | value: 'enabled', | ||||
5 | description : 'Build tests' | ||||
6 | ) | ||||
7 | |||||
8 | option( | ||||
9 | 'rmcp_ping', | ||||
10 | type : 'feature', | ||||
11 | value: 'enabled', | ||||
12 | description : 'Enable RMCP Ping support' | ||||
13 | ) |