Skip to content

Commit 8e40bec

Browse files
committed
Debian packages with legacy C headers added to list of conflicts, relpaces, etc.
(cherry picked from commit e245aed)
1 parent 60eda6f commit 8e40bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/OpenCVPackaging.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ foreach(module calib3d contrib core features2d flann gpu highgui imgproc legacy
127127
endif()
128128
endforeach()
129129

130+
list(APPEND STD_OPENCV_DEV "libhighgui-dev" "libcv-dev" "libcvaux-dev")
131+
130132
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_CONFLICTS "${STD_OPENCV_LIBS}")
131133
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_PROVIDES "${STD_OPENCV_LIBS}")
132134
string(REPLACE ";" ", " CPACK_COMPONENT_LIBS_REPLACES "${STD_OPENCV_LIBS}")

0 commit comments

Comments
 (0)