mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
gnome-extra/gnome-firmware: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33187 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
7e35a11c87
commit
10a40bedf2
@@ -1,26 +0,0 @@
|
||||
From e8a5b2ec185d78c918305cd85962823c6b4ef363 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Hughes <richard@hughsie.com>
|
||||
Date: Fri, 14 Oct 2022 15:15:23 +0100
|
||||
Subject: [PATCH] Fix compile failure with -Dsystemd=false
|
||||
|
||||
Fixes https://gitlab.gnome.org/World/gnome-firmware/-/issues/47
|
||||
---
|
||||
src/gfu-common.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/gfu-common.c b/src/gfu-common.c
|
||||
index dfb1d30..bf83778 100644
|
||||
--- a/src/gfu-common.c
|
||||
+++ b/src/gfu-common.c
|
||||
@@ -234,7 +234,7 @@ gfu_common_system_shutdown(GError **error)
|
||||
#else
|
||||
g_set_error_literal(error,
|
||||
FWUPD_ERROR,
|
||||
- FWUPD_ERROR_INVALID_ARGS,
|
||||
+ FWUPD_ERROR_NOT_SUPPORTED,
|
||||
"No supported backend compiled in to perform the operation.");
|
||||
#endif
|
||||
return val != NULL;
|
||||
--
|
||||
GitLab
|
||||
|
||||
Reference in New Issue
Block a user