changeset 113:aea85d9e3939

Fix Debian #876807 (orthanc-wsi FTBFS with libopenjp2-7-dev 2.2.0-1)
author s.jodogne@gmail.com
date Wed, 04 Oct 2017 10:41:17 +0200
parents 999a17ecf9b6
children 481eb5d78722
files NEWS Resources/CMake/OpenJpegConfiguration.cmake
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sat Aug 26 12:23:09 2017 +0200
+++ b/NEWS	Wed Oct 04 10:41:17 2017 +0200
@@ -3,6 +3,7 @@
 
 * "--max-size=0" allowed to create a single instance per pyramid level
 * Support of OpenBSD and FreeBSD
+* Fix Debian #876807 (orthanc-wsi FTBFS with libopenjp2-7-dev 2.2.0-1)
 
 
 Version 0.4 (2017-03-01)
--- a/Resources/CMake/OpenJpegConfiguration.cmake	Sat Aug 26 12:23:09 2017 +0200
+++ b/Resources/CMake/OpenJpegConfiguration.cmake	Wed Oct 04 10:41:17 2017 +0200
@@ -114,6 +114,7 @@
     PATHS
     /usr/include/
     /usr/include/openjpeg-2.1/
+    /usr/include/openjpeg-2.2/
     /usr/local/include/
     )