s-tui: fix dependencies, hardinfo: new package

This commit is contained in:
suvari
2023-06-06 15:47:01 +03:00
parent 82722530e9
commit fa743af429
9 changed files with 389890 additions and 388502 deletions
@@ -0,0 +1,15 @@
diff --git a/modules/benchmark.c b/modules/benchmark.c
index 50ba7d2..eb8e111 100644
--- a/modules/benchmark.c
+++ b/modules/benchmark.c
@@ -620,9 +620,7 @@ static void do_benchmark(void (*benchmark_function)(void), int entry)
return;
if (params.gui_running) {
- gchar *argv[] = {params.argv0, "-b", entries[entry].name,
- "-m", "benchmark.so", "-a",
- NULL};
+ gchar *argv[] = {params.argv0, "-b", entries[entry].name, "-m", "devices.so", "-m", "benchmark.so", "-a", NULL};
GPid bench_pid;
gint bench_stdout;
GtkWidget *bench_dialog;