libksysguard: cannot build webengine for armv5tel*
This commit is contained in:
parent
b332120f17
commit
c3085f635c
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ checksum=d4d7030a2869a546a211844aa158dcef3598386cc035a8655529938ba102440b
|
||||||
build_options="webengine"
|
build_options="webengine"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
|
||||||
build_options_default=webengine
|
# qt5-webengine cannot be built for armv5tel
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv5tel*) ;;
|
||||||
|
*) build_options_default=webengine ;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Reference in a new issue