commit:     3affbb0ef22ca0c7e5cd842d613caf9b44a4e34d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 11:17:48 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 20 11:18:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3affbb0e

sys-apps/fwupd: Don't build fwupd-efi binary

Bug: https://bugs.gentoo.org/786147
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/fwupd/fwupd-1.6.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-apps/fwupd/fwupd-1.6.0.ebuild 
b/sys-apps/fwupd/fwupd-1.6.0.ebuild
index 050554b92f3..6d66480d42e 100644
--- a/sys-apps/fwupd/fwupd-1.6.0.ebuild
+++ b/sys-apps/fwupd/fwupd-1.6.0.ebuild
@@ -131,6 +131,10 @@ src_configure() {
        local emesonargs=(
                --localstatedir "${EPREFIX}"/var
                -Dbuild="$(usex minimal standalone all)"
+               -Dconsolekit="false"
+               -Dcurl="true"
+               -Defi_binary="false"
+               -Dsupported_build="true"
                $(meson_use agent)
                $(meson_use archive libarchive)
                $(meson_use bluetooth bluez)
@@ -144,9 +148,6 @@ src_configure() {
                $(meson_use policykit polkit)
                $(meson_use systemd)
                $(meson_use test tests)
-               $(meson_use uefi efi_binary)
-               -Dconsolekit="false"
-               -Dcurl="true"
 
                ${plugins[@]}
        )

Reply via email to