fwupd: mark as broken on x86_64-musl
This commit is contained in:
parent
2b58ae9fcc
commit
2285e6ba15
|
@ -25,6 +25,7 @@ conf_files="/etc/dbus-1/system.d/org.freedesktop.fwupd.conf
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64|i686) makedepends+=" libsmbios-devel" ;;
|
||||
x86_64-musl) broken="meson.build:249:4: ERROR: Problem encountered: Error: missing dependency python pillow (python3-pil)" ;;
|
||||
*-musl) configure_args+=" -Dplugin_dell=false" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue