mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 22:18:13 +02:00
wwan: don't compile ofono support by default and mark as experimental
At least, there are assertions that fail and must be fixed. Still, let's merge the (incomplete) ofono patches early to have something that can be incrementally improved. However, for now mark it as experimental and disable it by default.
This commit is contained in:
parent
521133d456
commit
44ce13c786
1 changed files with 3 additions and 3 deletions
|
|
@ -735,11 +735,11 @@ fi
|
|||
AM_CONDITIONAL(WITH_BLUEZ5_DUN, test "${enable_bluez5_dun}" = "yes")
|
||||
|
||||
# OFONO
|
||||
AC_ARG_WITH(ofono, AS_HELP_STRING([--with-ofono], [Enable oFono support]),,[with_ofono=yes])
|
||||
AC_ARG_WITH(ofono, AS_HELP_STRING([--with-ofono], [Enable oFono support (experimental)]),,[with_ofono=no])
|
||||
if (test "${with_ofono}" = "yes"); then
|
||||
AC_DEFINE(WITH_OFONO, 1, [Define if you have oFono support])
|
||||
AC_DEFINE(WITH_OFONO, 1, [Define if you have oFono support (experimental)])
|
||||
else
|
||||
AC_DEFINE(WITH_OFONO, 0, [Define if you have oFono support])
|
||||
AC_DEFINE(WITH_OFONO, 0, [Define if you have oFono support (experimental)])
|
||||
fi
|
||||
AM_CONDITIONAL(WITH_OFONO, test "${with_ofono}" = "yes")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue