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
(cherry picked from commit e1ead6fa98)
(cherry picked from commit 4c11364201)
This commit is contained in:
worldofpeace 2019-10-31 07:56:36 -04:00 committed by Thomas Haller
parent 497101fd1e
commit ed03fcbd17

View file

@ -218,6 +218,9 @@
/* Define if you have PPP support */
#mesondefine WITH_PPP
/* Define to path of pppd binary */
#mesondefine PPPD_PATH
/* Whether compilation of ibft setting plugin is enabled */
#mesondefine WITH_SETTINGS_PLUGIN_IBFT