summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-12-26 09:28:54 +0100
committerLubomir Rintel <lkundrak@v3.sk>2018-01-08 10:15:29 +0100
commitcd476e4dc922f0acfd65b02639032ee67339ad95 (patch)
treede3b396fe5a6ad5944c692ad4a953dc5b91bfcb9 /config.h.meson
parentda4c9e51a038279e261b896e5156308adaea4572 (diff)
downloadNetworkManager-cd476e4dc922f0acfd65b02639032ee67339ad95.tar.gz
core: load jansson on demand
Avoid using it if the symbols clash is detected.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson
index 67de050b0e..704c0a48d2 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -71,6 +71,9 @@
/* Define to path of iptables binary */
#mesondefine IPTABLES_PATH
+/* Define to path to the Jansson shared library */
+#mesondefine JANSSON_SONAME
+
/* Define to path of the kernel firmware directory */
#mesondefine KERNEL_FIRMWARE_DIR