xfce4-sensors-plugin: fix cross

This commit is contained in:
Jürgen Buchmüller 2018-01-29 22:37:45 +01:00
parent 2009631039
commit 7718b33896
1 changed files with 5 additions and 1 deletions

View File

@ -13,4 +13,8 @@ homepage="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
license="GPL-2"
distfiles="http://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0
nocross="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/7240/steps/shell_3/logs/stdio"
if [ -n "$CROSS_BUILD" ]; then
# Cannot detect these when cross compiling
configure_args+=" --disable-procacpi --disable-sysfsacpi --disable-xnvctrl"
fi