Skip to content

Commit d629d72

Browse files
authored
Update Packaging.cmake - libcec7
libcec6 is not available with Ubuntu 25.10. repository, but libcec7
1 parent 44cec2e commit d629d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)