aurum: enhance tizen implementations
[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 option('tzapp_path',
7   type: 'string',
8   value: '/usr/apps/',
9   description: 'installation path for tizen app binary'
10 )
11 option('tzpackage_path',
12   type: 'string',
13   value: '/usr/share/packages/',
14   description: 'installation path for registering tizen service app'
15 )