Commit 6a2948f8 authored by Andreas Tille's avatar Andreas Tille
Browse files

Drop OpenCV legacy and add some more Build-Depends

parent c8f6e219
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,9 +8,10 @@ Build-Depends: debhelper (>= 12~),
               pkg-config,
               libconfig-dev,
               libboost-dev,
               libboost-filesystem-dev,
               libboost-program-options-dev,
               libboost-thread-dev,
               libboost-system-dev,
               libboost-thread-dev,
               libpoco-dev,
               libwxgtk3.0-dev,
               libopencv-dev,
+17 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 25 Jan 2019 10:03:53 +0100
Description: Try how far we get if OpenCV legacy is not checked
 since this is droped
  see https://lists.debian.org/debian-mentors/2019/01/msg00242.html

--- a/src/mod_vision/CMakeLists.txt
+++ b/src/mod_vision/CMakeLists.txt
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(mod_vision)
 
-FIND_PACKAGE( OpenCV REQUIRED core imgproc legacy)
+FIND_PACKAGE( OpenCV REQUIRED core imgproc )
 INCLUDE_DIRECTORIES (${OpenCV_INCLUDE_DIR})
 INCLUDE_DIRECTORIES (..)
 
+1 −0
Original line number Diff line number Diff line
cmake_libpoco.patch
no_opencv_legacy_any_more.patch