Start GPS module

This commit is contained in:
Lena
2024-09-20 17:40:43 +02:00
parent c8484ebb1d
commit 45ebf45343
6 changed files with 191 additions and 1 deletions

View File

@ -21,3 +21,4 @@ option('wireplumber', type: 'feature', value: 'auto', description: 'Enable suppo
option('cava', type: 'feature', value: 'auto', description: 'Enable support for Cava')
option('niri', type: 'boolean', description: 'Enable support for niri')
option('login-proxy', type: 'boolean', description: 'Enable interfacing with dbus login interface')
option('gps', type: 'feature', value: 'auto', description: 'Enable support for gps')