qtcreator: cannot build webengine for armv5tel*
This commit is contained in:
parent
c3085f635c
commit
9f73861f9b
1 changed files with 5 additions and 1 deletions
|
@ -57,7 +57,11 @@ qtcreator-full_package() {
|
||||||
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
||||||
# Not for big endian targets and not if word sizes of host and target differ
|
# Not for big endian targets and not if word sizes of host and target differ
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "le" -a "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "le" -a "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
|
||||||
depends+=" qt5-webengine-devel"
|
# qt5-webengine cannot be built for armv5tel
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv5tel*) ;;
|
||||||
|
*) depends+=" qt5-webengine-devel" ;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
build_style=meta
|
build_style=meta
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue