mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
qt5-webengine: restrict to LE
This commit is contained in:
parent
78bc2f8e66
commit
e351006322
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue