summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-31 07:56:36 -0400
committerThomas Haller <thaller@redhat.com>2019-11-01 07:25:26 +0100
commite1ead6fa984db411db8c8cfcc1e1cf16e110ce3e (patch)
tree93010d5992933826793ea4cf7cb1b83f190962e4
parent9242b5ebc10f20bb26379fc561384b2ef032fdc1 (diff)
downloadNetworkManager-e1ead6fa984db411db8c8cfcc1e1cf16e110ce3e.tar.gz
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
-rw-r--r--config.h.meson3
1 files changed, 3 insertions, 0 deletions
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