i9-old
changed/i9/hardinfo-0.6-1.20230524git45fa969.el9.inferit.1
parent
55e200c0ee
commit
72e9c70aec
@ -0,0 +1,25 @@
|
||||
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
|
||||
|
Loading…
Reference in new issue