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:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user