mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 05:50:06 +01:00
build: add PPPD_PATH to config.h.meson
Without this using -Dpppd= was completely broken. First observed in NixOS [0] [0]: https://github.com/NixOS/nixpkgs/issues/72330 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/323
This commit is contained in:
parent
9242b5ebc1
commit
e1ead6fa98
1 changed files with 3 additions and 0 deletions
|
|
@ -227,6 +227,9 @@
|
||||||
/* Define if you have PPP support */
|
/* Define if you have PPP support */
|
||||||
#mesondefine WITH_PPP
|
#mesondefine WITH_PPP
|
||||||
|
|
||||||
|
/* Define to path of pppd binary */
|
||||||
|
#mesondefine PPPD_PATH
|
||||||
|
|
||||||
/* Define if you have iwd support */
|
/* Define if you have iwd support */
|
||||||
#mesondefine WITH_IWD
|
#mesondefine WITH_IWD
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue