fwupd: no longer broken on *-musl.

fixed by 75fe6cb049.
This commit is contained in:
Enno Boland 2018-10-19 09:22:31 +02:00
parent 1908080d31
commit f0b783cca9
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -25,7 +25,6 @@ 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