File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141 - LED-devices are not retrying to establish connectivity, if supported by the device
4242 - LED-devices are resolving IP-addresses for API and UDP two times in sequence
4343 - LED-device updates queue up and let Hyperion crash (#1887 )
44+ - Install - Ubuntu 25.10 unable to install due to libcec package (#1934 )
4445
4546---
4647
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ endif()
7878# https://cmake.org/cmake/help/latest/cpack_gen/deb.html
7979if (CPACK_GENERATOR MATCHES ".*DEB.*" )
8080 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)" )
81+ set (CPACK_DEBIAN_PACKAGE_DEPENDS "libcec7 | libcec6 | libcec4 | libcec (>= 4.0)" )
8282 set (CPACK_DEBIAN_PACKAGE_SECTION "Miscellaneous" )
8383endif ()
8484
You can’t perform that action at this time.
0 commit comments