From fb6ffb460fc45d7dc1a877ce6828edabbd95983e Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Sun, 12 May 2019 14:36:54 -0400 Subject: [PATCH] Use bundled nlohmann --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cb13e15..c0f85d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ url="https://github.com/Nheko-Reborn/nheko" license=("GPL3") depends=("qt5-base" "lmdb" "qt5-multimedia" "qt5-svg" "boost" "libsodium" "openssl" "cmark") -makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools" "nlohmann-json") +makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools") provides=("nheko") conflicts=("nheko") @@ -33,7 +33,7 @@ build() { rm -f cmake/FindOlm.cmake - cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF + cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF -DUSE_BUNDLED_JSON=ON cmake --build .deps cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \