summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-04 20:44:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-04 20:44:25 +0100
commit4423a3ba771edaef1e36a5f293784b1c765f7fad (patch)
tree99f3529c805d8ca0ba768198ba0cc92e9ccf23d3
parent866b8c82c6d9b123eaf18ef1e70d47eec102250d (diff)
downloadkde-4423a3ba771edaef1e36a5f293784b1c765f7fad.tar.gz
kde-4423a3ba771edaef1e36a5f293784b1c765f7fad.tar.bz2
kde-4423a3ba771edaef1e36a5f293784b1c765f7fad.zip
ecm-common.eclass: Switch to ECMFeatureSummary
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/ecm-common.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ecm-common.eclass b/eclass/ecm-common.eclass
index 1075982e1dd..37243817a7e 100644
--- a/eclass/ecm-common.eclass
+++ b/eclass/ecm-common.eclass
@@ -193,7 +193,7 @@ _ecm-common_preamble() {
include(KDEInstallDirs)
include(ECMOptionalAddSubdirectory) # commonly used
- include(FeatureSummary)
+ include(ECMFeatureSummary)
_EOF_
if [[ ${ECM_INSTALL_ICONS} ]]; then
@@ -305,11 +305,11 @@ ecm-common_inject_heredoc() {
# @FUNCTION: _ecm-common_summary
# @INTERNAL
# @DESCRIPTION:
-# Just calls feature_summary
+# Just calls ecm_feature_summary
_ecm-common_summary() {
cat >> CMakeLists.txt <<- _EOF_ || die
- feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ ecm_feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
_EOF_
}