plasma-systemmonitor: add support for ksystemstats

ksystemstats adds more sensors to plasma-systemmonitor

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
Marc Ferland
2025-02-20 14:07:11 -05:00
parent 65be7f96aa
commit dcb03b1bdf

View File

@@ -25,6 +25,8 @@ DEPENDS = " \
kirigami-addons \
"
RDEPENDS:${PN} = "ksystemstats"
inherit cmake_plasma
inherit kf6-kdoctools
@@ -38,3 +40,9 @@ FILES:${PN} += " \
${libdir}/libPlasmaSystemMonitorTable.so \
${libdir}/libPlasmaSystemMonitorPage.so \
"
# Do not try to detect the ksystemstats runtime at configure, hardcode
# a value to skip detection.
EXTRA_OECMAKE:append = " \
-Dksystemstats_EXE=/usr/bin/ksystemstats \
"