sys-apps/fwupd: backport part 2 of parallel-build fixes

Closes: https://bugs.gentoo.org/913003
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2023-09-28 09:11:47 +01:00
parent 5be5420448
commit e47682057e
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
From 085a89ce3f7734fd9bc0527df7f0bb05e27fbaef Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard@hughsie.com>
Date: Tue, 12 Sep 2023 07:42:23 +0100
Subject: [PATCH] trivial: Fix parallel build, harder still
Fixes https://github.com/fwupd/fwupd/issues/6175
--- a/src/meson.build
+++ b/src/meson.build
@@ -17,6 +17,7 @@ engine_dep = [
polkit,
sqlite,
cbor,
+ fwupdplugin_rs_dep,
]
if get_option('passim').allowed()

View File

@@ -94,6 +94,7 @@ DEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-1.9.4-fragile_tests.patch
"${FILESDIR}"/${PN}-1.9.5-parallel_build.patch
)
pkg_pretend() {