mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
src: watch ofono service for new modem
If system is using ofono, use ofono dbus service to figure out the modem's USB id.
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
|
||||
|
||||
subdir('libgdbofono')
|
||||
|
||||
executable (
|
||||
'eg25manager',
|
||||
[
|
||||
@@ -17,5 +20,6 @@ executable (
|
||||
'udev.c', 'udev.h',
|
||||
],
|
||||
dependencies : mgr_deps,
|
||||
link_with: gdbofono_lib,
|
||||
install : true
|
||||
)
|
||||
|
Reference in New Issue
Block a user