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
commitd256d20d64585f5f3bb1270d7fc5e799889bd46c (patch)
treede3b396fe5a6ad5944c692ad4a953dc5b91bfcb9 /config.h.meson
parent9d61358c6d15d4abb45ba1ba6a05d1b60242ca58 (diff)
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 67de050b0..704c0a48d 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