diff --git a/CMakeLists.txt b/CMakeLists.txt index ebfc249..501f634 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,7 +239,7 @@ elseif (APPLE) # ... elseif (UNIX) set (CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}") - set (CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5svg5 libexiv2-14") + set (CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5svg5, libexiv2-14") set (CPACK_DEBIAN_PACKAGE_RECOMMENDS "kimageformat-plugins") endif()