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)
committerDennis Braun <d_braun@kabelmail.de>
Sun, 15 May 2022 16:50:55 +0000 (18:50 +0200)
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 ed38bf84649ed533af7b5b2b6ecb9b38f7f5b745..08381e5f4756daf562fc8c8312f2dcd91bbf34d0 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>