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, 3 Mar 2022 14:40:12 +0000 (15:40 +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 cf8437dd8e6df14ec00b09d1da5b0420d12ffe9f..0f74545db17f408edeff23f68d86d1f904e1cbeb 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 f8f2c13f2e2f6c48a8fc364f61b1b7246887abe3..3b78fa867970eee8d22705c57298fe2b697bf990 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 498b12fbb320d04e5733dcbdaa831b53c150dfe5..6dd4b54346deb4ccb55d2b53b76308077080b502 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>