mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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"
|
broken="webengine can be built only if word size matches"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
|
||||||
|
broken="webengine only supports little endian"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_NO_ATOMIC8" ]; then
|
if [ "$XBPS_NO_ATOMIC8" ]; then
|
||||||
hostmakedepends+=" libatomic-devel"
|
hostmakedepends+=" libatomic-devel"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue