forked from elementary/appcenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
8 lines (8 loc) · 1004 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
option('hidden_app_list_file', type : 'string', value : 'appcenter.hiddenapps', description : 'The name of the file listing applications to not be shown in AppCenter')
option('curated', type : 'boolean', value : true, description : 'Differentiate between apps created for elementary and not')
option('homepage', type : 'boolean', value : true, description: 'Dynamic homepage using remote server data')
option('icon', type : 'string', value : 'system-software-install', description : 'The name of the icon')
option('name', type : 'string', value : 'AppCenter', description : 'The name of the application')
option('payments', type : 'boolean', value : true, description : 'Enable payment features and display paid apps')
option('sharing', type : 'boolean', value : true, description : 'Display sharing features, i.e. copyable URLs to apps')
option('api_url', type : 'string', value : 'https://developer.elementary.io/api', description : 'The base URL of the API to get app lists for the homepage banners')