fwupd: fix bad append to makedepends=
This commit is contained in:
parent
5287172f9a
commit
aa8c6e3a6f
|
@ -35,7 +35,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
configure_args+=" -Dplugin_nvme=false"
|
||||
configure_args+=" -Dplugin_dell=false"
|
||||
;;
|
||||
*) makedepends+= " gnu-efi-libs libefivar-devel" ;;
|
||||
*) makedepends+=" gnu-efi-libs libefivar-devel" ;;
|
||||
esac
|
||||
|
||||
fwupd-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue