bootstrap: fix logic error
[platform/core/uifw/aurum.git] / meson_options.txt
1 option('tizen',
2   type: 'boolean',
3   value: false,
4   description: 'enable tizen specific dependancy'
5 )
6
7 option('tzapp_path',
8   type: 'string',
9   value: '/usr/apps/',
10   description: 'installation path for tizen app binary'
11 )
12 option('tzpackage_path',
13   type: 'string',
14   value: '/usr/share/packages/',
15   description: 'installation path for registering tizen service app'
16 )
17
18 option('tizen_gcov',
19   type: 'boolean',
20   value: false,
21   description: 'enable tizen specific gcov configuration'
22 )
23
24 option('enable_documentation',
25   type: 'boolean',
26   value: false,
27   description: 'enable generating documentation by using doxygen'
28 )