Blame SOURCES/0001-trivial-Fix-build-fix-when-using-ppc64le-system.patch

75fbaf
From 7f427d567d497048772bad59e098528605e563ce Mon Sep 17 00:00:00 2001
75fbaf
From: Richard Hughes <richard@hughsie.com>
75fbaf
Date: Mon, 23 Jan 2023 11:22:43 +0000
75fbaf
Subject: [PATCH] trivial: Fix build fix when using ppc64le system
75fbaf
75fbaf
---
75fbaf
 src/meson.build | 1 +
75fbaf
 1 file changed, 1 insertion(+)
75fbaf
75fbaf
diff --git a/src/meson.build b/src/meson.build
75fbaf
index b9f6736f2..f3ca734ee 100644
75fbaf
--- a/src/meson.build
75fbaf
+++ b/src/meson.build
75fbaf
@@ -197,6 +197,7 @@ plugins_hdr = custom_target('fwupd-generate-plugins-header',
75fbaf
 fwupdengine = library(
75fbaf
   'fwupdengine',
75fbaf
   resources_src,
75fbaf
+  plugins_hdr,
75fbaf
   sources: fwupd_engine_src,
75fbaf
   install: true,
75fbaf
   install_rpath: libdir_pkg,
75fbaf
-- 
75fbaf
2.39.1
75fbaf