From 38fb6f046aa585c5f4623f855b6610b01ab3f846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Sun, 2 Dec 2018 07:29:49 +0200 Subject: [PATCH] Installer|CMake: Component names and descriptions --- doomsday/cmake/Packaging.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doomsday/cmake/Packaging.cmake b/doomsday/cmake/Packaging.cmake index 77cea3462c..ed2ed5a217 100644 --- a/doomsday/cmake/Packaging.cmake +++ b/doomsday/cmake/Packaging.cmake @@ -101,14 +101,14 @@ if (NOT CPack_CMake_INCLUDED) INSTALL_TYPES gui ) cpack_add_component (fmod - DISPLAY_NAME "FMOD Ex Audio Plugin" + DISPLAY_NAME "FMOD Audio Plugin" DESCRIPTION "Audio plugin supporting 3D effects and SF2 soundfonts (non-GPL)." DEPENDS client INSTALL_TYPES gui ) cpack_add_component (sdk DISPLAY_NAME "SDK" - DESCRIPTION "C++ headers and build configuration files for Doomsday 2." + DESCRIPTION "C++ headers, libraries, and build configuration files to create Doomsday 2 plugins." DISABLED DEPENDS libs packs INSTALL_TYPES sdk