s-tui: fix dependencies, hardinfo: new package
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user