mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Debian packages with legacy C headers added to list of conflicts, relpaces, etc.
This commit is contained in:
parent
497d92e7d1
commit
e245aed6bb
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user