Mark the libs component required

Everything else depends on it, after all.

(cherry picked from commit cf54e3b97ea13c0aeef5e94b5330a4b26a601d81)

Conflicts:
	cmake/OpenCVPackaging.cmake
This commit is contained in:
Roman Donchenko 2015-02-20 18:37:21 +03:00
parent 8a732e306f
commit c71e94f054

View File

@ -68,6 +68,7 @@ set(CPACK_COMPONENT_TESTS_DISPLAY_NAME "Tests")
#depencencies #depencencies
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS TRUE) set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS TRUE)
set(CPACK_COMPONENT_LIBS_REQUIRED TRUE)
set(CPACK_COMPONENT_SAMPLES_DEPENDS libs) set(CPACK_COMPONENT_SAMPLES_DEPENDS libs)
set(CPACK_COMPONENT_DEV_DEPENDS libs) set(CPACK_COMPONENT_DEV_DEPENDS libs)
set(CPACK_COMPONENT_DOCS_DEPENDS libs) set(CPACK_COMPONENT_DOCS_DEPENDS libs)