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:
Paul Menzel 2026-05-06 13:37:37 +00:00
commit 179f8245be

View file

@ -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