We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cec2e commit d629d72Copy full SHA for d629d72
cmake/Packaging.cmake
@@ -78,7 +78,7 @@ endif()
78
# https://cmake.org/cmake/help/latest/cpack_gen/deb.html
79
if(CPACK_GENERATOR MATCHES ".*DEB.*")
80
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_SOURCE_DIR}/cmake/linux/package-scripts/preinst;${CMAKE_SOURCE_DIR}/cmake/linux/package-scripts/postinst;${CMAKE_SOURCE_DIR}/cmake/linux/package-scripts/prerm")
81
- set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcec6 | libcec4 | libcec (>= 4.0)")
+ set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcec7 | libcec6 | libcec4 | libcec (>= 4.0)")
82
set(CPACK_DEBIAN_PACKAGE_SECTION "Miscellaneous")
83
endif()
84
0 commit comments