Package: src:mkvtoolnix
Version: 13.0.0-2

Hi Christian,

the location where the json.hpp of nlohmann-json-dev is being installed
will be /usr/include/nlohmann in the next upload, which is what upstream
defaults to and what other systems honor (see #868112).
mkvtoolnix is the only reverse dependency of nlohmann-json-dev and will
have to set the includedir accordingly. I've attached a patch which does
that (and which also works with the old nlohmann-json-dev 2.0.6 version).

cheers,
muri
diff -Nru mkvtoolnix-13.0.0/debian/rules mkvtoolnix-13.0.0/debian/rules
--- mkvtoolnix-13.0.0/debian/rules	2017-04-23 19:01:33.000000000 +0200
+++ mkvtoolnix-13.0.0/debian/rules	2017-07-16 17:13:09.000000000 +0200
@@ -14,7 +14,8 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	--enable-gui
+	--enable-gui \
+	--with-extra-includes=/usr/include/nlohmann
 
 #	exit 1
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to