Skip to content

Commit

Permalink
Debian packages with legacy C headers added to list of conflicts, rel…
Browse files Browse the repository at this point in the history
…paces, etc.

(cherry picked from commit e245aed)
  • Loading branch information
asmorkalov committed Oct 26, 2015
1 parent 60eda6f commit 8e40bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/OpenCVPackaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ foreach(module calib3d contrib core features2d flann gpu highgui imgproc legacy
endif()
endforeach()

list(APPEND STD_OPENCV_DEV "libhighgui-dev" "libcv-dev" "libcvaux-dev")

string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_CONFLICTS "${STD_OPENCV_LIBS}")
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_PROVIDES "${STD_OPENCV_LIBS}")
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_REPLACES "${STD_OPENCV_LIBS}")
Expand Down

0 comments on commit 8e40bec

Please sign in to comment.