Skip to content

Commit 9fade76

Browse files
authored
Add beacondb for GeoClue (#331)
1 parent ab9ff7a commit 9fade76

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

geoclue/beacondb.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[wifi]
2+
enable=true
3+
url=https://api.beacondb.net/v1/geolocate?key=geoclue_elementaryos

geoclue/meson.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
install_data(
2+
'beacondb.conf',
3+
rename: '99-beacondb.conf',
4+
install_dir: sysconfdir / 'geoclue' / 'conf.d'
5+
)

meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ subdir('accountsservice')
4747
# System skeleton
4848
subdir('skel')
4949

50+
# Geolocation settings
51+
subdir('geoclue')
52+
5053
# GTK settings
5154
subdir('gtk')

0 commit comments

Comments
 (0)