You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
889 B
26 lines
889 B
1 year ago
|
From a0df79d132b7bd6aab400551a30f2e94b1561a8d Mon Sep 17 00:00:00 2001
|
||
|
From: Alexey Berezhok <alexey.berezhok@softline.com>
|
||
|
Date: Thu, 27 Jul 2023 15:51:20 +0300
|
||
|
Subject: [PATCH] Remove annoyng window about loading of needed libraries
|
||
|
|
||
|
---
|
||
|
hardinfo/util.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/hardinfo/util.c b/hardinfo/util.c
|
||
|
index 38c7bce..d6045cb 100644
|
||
|
--- a/hardinfo/util.c
|
||
|
+++ b/hardinfo/util.c
|
||
|
@@ -387,7 +387,7 @@ void parameters_init(int *argc, char ***argv, ProgramParameters * param)
|
||
|
static gboolean force_all_details = FALSE;
|
||
|
static gboolean show_version = FALSE;
|
||
|
static gboolean list_modules = FALSE;
|
||
|
- static gboolean autoload_deps = FALSE;
|
||
|
+ static gboolean autoload_deps = TRUE;
|
||
|
static gboolean run_xmlrpc_server = FALSE;
|
||
|
static gboolean skip_benchmarks = FALSE;
|
||
|
static gboolean quiet = FALSE;
|
||
|
--
|
||
|
2.39.1
|
||
|
|