mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-11 09:18:38 +02:00
merge: branch 'mention-how-to-disable-ppp-support-in-meson'
Mention how to disable PPP/PPPoE support in meson https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2407
This commit is contained in:
commit
179f8245be
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ if enable_ppp
|
|||
pppd_version = pppd_dep.version()
|
||||
NM_PPP_VERSION_2_5_OR_NEWER = true
|
||||
else
|
||||
assert(cc.has_header('pppd/pppd.h'), 'couldn\'t find pppd.h. pppd development headers are required')
|
||||
assert(cc.has_header('pppd/pppd.h'), 'couldn\'t find pppd.h. pppd development headers are required. Use -Dppp=false to build without it.')
|
||||
pppd_version = '2.4.9'
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue