Skip to content

Commit e245aed

Browse files
committed
Debian packages with legacy C headers added to list of conflicts, relpaces, etc.
1 parent 497d92e commit e245aed

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)