build: Enable "Location Services" by default

The decision to disable was a reaction to the announcement of the
Mozilla Location Service shutdown. The goal was to give distros an
option to decide based on their own release schedule and support
lifetime.

Given that the issue of low accuracy in location might not turn out to
be a big issue for most of our users, let's turn "Location Services" ON
by default and instead let distros disable the feature if they desire.

Fixes #2959

(cherry picked from commit ae71408680)
This commit is contained in:
Felipe Borges 2024-04-26 10:35:16 +02:00
parent ca74445400
commit e4bc3edfc8

View file

@ -1,6 +1,6 @@
option('deprecated-declarations', type: 'feature', value: 'disabled', description: 'build with deprecated declaration warnings')
option('documentation', type: 'boolean', value: false, description: 'build documentation')
option('location-services', type: 'feature', value: 'disabled', description: 'build with location services')
option('location-services', type: 'feature', value: 'enabled', description: 'build with location services')
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')
option('snap', type: 'boolean', value: true, description: 'build with Snap support')