From e1ead6fa984db411db8c8cfcc1e1cf16e110ce3e Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Thu, 31 Oct 2019 07:56:36 -0400 Subject: [PATCH] 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 --- config.h.meson | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.meson b/config.h.meson index 7ba9f9af56..0a83f82568 100644 --- a/config.h.meson +++ b/config.h.meson @@ -227,6 +227,9 @@ /* Define if you have PPP support */ #mesondefine WITH_PPP +/* Define to path of pppd binary */ +#mesondefine PPPD_PATH + /* Define if you have iwd support */ #mesondefine WITH_IWD