summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-firmware/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-23 21:50:52 +0100
commitba3d6ddada23eaa04f85228bee3438ab479b4442 (patch)
tree87c61faa67018943d552f24d91f0aeaece2b771e /gnome-extra/gnome-firmware/files
parent2e6d363c5e87569efc23848513e71f2233b7e9d9 (diff)
gentoo auto-resync : 23:10:2022 - 21:50:51
Diffstat (limited to 'gnome-extra/gnome-firmware/files')
-rw-r--r--gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch b/gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch
new file mode 100644
index 000000000000..2ea2b1938230
--- /dev/null
+++ b/gnome-extra/gnome-firmware/files/gnome-firmware-43.0-build-failure.patch
@@ -0,0 +1,26 @@
+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
+