qt5-webengine: restrict to LE

This commit is contained in:
q66 2020-04-03 20:16:21 +02:00
parent 78bc2f8e66
commit e351006322

View file

@ -51,6 +51,10 @@ if [ ! "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
broken="webengine can be built only if word size matches"
fi
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
broken="webengine only supports little endian"
fi
if [ "$XBPS_NO_ATOMIC8" ]; then
hostmakedepends+=" libatomic-devel"
fi