From 9c9ca22648c318a1be89a1acbc5f58e7c792d14a Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Thu, 2 Apr 2020 15:19:12 +0200 Subject: [PATCH] Build against system-provided nlohmann/json Origin: Debian Forwarded: no Last-Update: 2020-04-02 Last-Update: 2020-04-02 Gbp-Pq: Name 04-system-json.patch --- src/core/conf.cpp | 4 ++-- src/core/init.cpp | 2 +- src/core/midiMapConf.cpp | 2 +- src/core/patch.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/core/conf.cpp b/src/core/conf.cpp index 7d8b000..31e5fcc 100644 --- a/src/core/conf.cpp +++ b/src/core/conf.cpp @@ -29,7 +29,7 @@ #include #include #include -#include "deps/json/single_include/nlohmann/json.hpp" +#include "nlohmann/json.hpp" #include "utils/fs.h" #include "utils/log.h" #include "core/const.h" @@ -314,4 +314,4 @@ bool write() ofs << j; return true; } -}}}; // giada::m::conf:: \ No newline at end of file +}}}; // giada::m::conf:: diff --git a/src/core/init.cpp b/src/core/init.cpp index d43a561..80e495d 100644 --- a/src/core/init.cpp +++ b/src/core/init.cpp @@ -35,7 +35,7 @@ #include // For XInitThreads #endif #include -#include "deps/json/single_include/nlohmann/json.hpp" +#include "nlohmann/json.hpp" #include "gui/updater.h" #include "utils/log.h" #include "utils/fs.h" diff --git a/src/core/midiMapConf.cpp b/src/core/midiMapConf.cpp index fa4efc7..fcf55bd 100644 --- a/src/core/midiMapConf.cpp +++ b/src/core/midiMapConf.cpp @@ -30,7 +30,7 @@ #include #include #include -#include "deps/json/single_include/nlohmann/json.hpp" +#include "nlohmann/json.hpp" #include "utils/string.h" #include "utils/log.h" #include "utils/fs.h" diff --git a/src/core/patch.cpp b/src/core/patch.cpp index 671d7cf..09d529a 100644 --- a/src/core/patch.cpp +++ b/src/core/patch.cpp @@ -26,7 +26,7 @@ #include -#include "deps/json/single_include/nlohmann/json.hpp" +#include "nlohmann/json.hpp" #include "utils/math.h" #include "utils/log.h" #include "core/mixer.h" -- 2.30.2