forked from elementary/appcenter
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmeson_options.txt
10 lines (10 loc) · 1.26 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
option('hidden_app_list_file', type : 'string', value : 'appcenter.hiddenapps', description : 'The name of the file listing apps to not be shown in AppCenter')
option('curated', type : 'boolean', value : false, description : 'Differentiate between apps created for elementary OS and not')
option('name', type : 'string', value : 'Pop!_Shop', description : 'The name of the app, e.g. used in the .desktop file and window title')
option('payments', type : 'boolean', value : false, description : 'Enable payment features and display paid apps')
option('sharing', type : 'boolean', value : true, description : 'Display sharing features, i.e. copyable URLs to appcenter.elementary.io')
option('hide_upstream_distro_apps', type : 'boolean', value : false, description : 'Used for hiding Ubuntu repo apps on elementary OS')
option('runtime_name', type : 'string', value : 'io.elementary.Platform', description : 'The name of the distributor runtime')
option('packagekit_backend', type : 'boolean', value : true, description : 'Use PackageKit as a backend')
option('ubuntu_drivers_backend', type : 'boolean', value : true, description : 'Use Ubuntu Drivers as a backend (requires packagekit_backend)')
option('pop_os', type : 'boolean', value: true, description : 'Make Pop-specific changes')