We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9ff7a commit 9fade76Copy full SHA for 9fade76
3 files changed
geoclue/beacondb.conf
@@ -0,0 +1,3 @@
1
+[wifi]
2
+enable=true
3
+url=https://api.beacondb.net/v1/geolocate?key=geoclue_elementaryos
geoclue/meson.build
@@ -0,0 +1,5 @@
+install_data(
+ 'beacondb.conf',
+ rename: '99-beacondb.conf',
4
+ install_dir: sysconfdir / 'geoclue' / 'conf.d'
5
+)
meson.build
@@ -47,5 +47,8 @@ subdir('accountsservice')
47
# System skeleton
48
subdir('skel')
49
50
+# Geolocation settings
51
+subdir('geoclue')
52
+
53
# GTK settings
54
subdir('gtk')
0 commit comments