forked from pool/thermald
- jsc#PED-5716 Enable support for Thermal Controls on platform - Move of dbus config files from /etc to /usr/share - Fix wrongly written library name A fix_qcustomplot_name.patch - Make use of _service (git scm) service file: A _service A _servicedata A thermal_daemon-2.5.4.0.git+63b290f.obscpio A thermal_daemon.obsinfo - Update to version 2.5.4.0.git+63b290f: * Release 2.5.4 * Change the sorting order when min_max_valid * Process case when target matches after init * Remove memset for pid_param_t to 0 * Remove check for new_passive < critical * domain_name not set and used in thd_cdev_rapl * build warning, ret is assigned for sysfs write * Remove duplicate type_type == HOT comparison OBS-URL: https://build.opensuse.org/request/show/1113686 OBS-URL: https://build.opensuse.org/package/show/hardware/thermald?expand=0&rev=45
14 lines
514 B
Diff
14 lines
514 B
Diff
Index: thermal_daemon-2.5.4.0.git+63b290f/tools/thermal_monitor/ThermalMonitor.pro
|
|
===================================================================
|
|
--- thermal_daemon-2.5.4.0.git+63b290f.orig/tools/thermal_monitor/ThermalMonitor.pro
|
|
+++ thermal_daemon-2.5.4.0.git+63b290f/tools/thermal_monitor/ThermalMonitor.pro
|
|
@@ -14,7 +14,7 @@ CONFIG(release): DEFINES += QT_NO_DEBUG_
|
|
TARGET = ThermalMonitor
|
|
TEMPLATE = app
|
|
|
|
-LIBS += -lQCustomPlot
|
|
+LIBS += -lqcustomplot
|
|
|
|
SOURCES += main.cpp\
|
|
mainwindow.cpp \
|