diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-05-15 19:41:20 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:17 +0700 |
commit | 128146d6144bb6089f7008cc31388d7543c613a0 (patch) | |
tree | a51a66f87279dffe59c6007415bbae9f3df32739 /system/fwupd | |
parent | abc72a2ec88c0a15361be163aa411d323de35aa3 (diff) |
system/fwupd: Build efi-binary.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fwupd')
-rw-r--r-- | system/fwupd/fwupd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/fwupd/fwupd.SlackBuild b/system/fwupd/fwupd.SlackBuild index b1c4f14d59cc1..c16467c951afa 100644 --- a/system/fwupd/fwupd.SlackBuild +++ b/system/fwupd/fwupd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fwupd VERSION=${VERSION:-1.7.10} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +86,7 @@ meson --prefix=/usr \ --buildtype=release \ --mandir=/usr/man \ -Dbuild=all \ - -Defi_binary=false \ + -Defi_binary=true \ -Dlzma=true \ -Dplugin_flashrom=false \ -Dplugin_modem_manager=true \ |