Skip to content

Commit 9bed663

Browse files
authored
fix #1934 - Installation fails on Ubuntu 25.10 (debian package due to libcec package name) (#1935)
1 parent 44cec2e commit 9bed663

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

cmake/Packaging.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ endif()
7878
# https://cmake.org/cmake/help/latest/cpack_gen/deb.html
7979
if(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")
8383
endif()
8484

0 commit comments

Comments
 (0)