Build against system-provided nlohmann/json
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Fri, 17 Dec 2021 09:37:21 +0000 (10:37 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 23 Dec 2021 11:58:30 +0000 (12:58 +0100)
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
src/core/midiMapper.h
src/core/patch.cpp

index 7240433c01cb1ae77ca7446267130ce4478ec3f4..dd3167b00e8a8b2c44d70110c4561402a068c0b6 100644 (file)
@@ -27,7 +27,7 @@
 #include "core/conf.h"
 #include "core/const.h"
 #include "core/types.h"
-#include "deps/json/single_include/nlohmann/json.hpp"
+#include "nlohmann/json.hpp"
 #include "utils/fs.h"
 #include "utils/log.h"
 #include <FL/Fl.H>
index 694ffe5257f4dd95d624082e168bb9faf8d4c293..3596e196c5e3c1accececad19a5dbf9fd508855d 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef G_MIDIMAPPER_H
 #define G_MIDIMAPPER_H
 
-#include "deps/json/single_include/nlohmann/json.hpp"
+#include "nlohmann/json.hpp"
 #include <string>
 #include <vector>
 
index 2db30e4d71bf6a3918d7f006d494c8164b6d4248..95041afdf780ce0ba732b1cd81ab888a852ffd14 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "patch.h"
 #include "core/mixer.h"
-#include "deps/json/single_include/nlohmann/json.hpp"
+#include "nlohmann/json.hpp"
 #include "utils/log.h"
 #include "utils/math.h"
 #include <fstream>