qt5-doc: fix cross builds
This commit is contained in:
parent
1403281724
commit
14d69fa7f7
|
@ -4,7 +4,7 @@ version=5.7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qt-everywhere-opensource-src-${version}"
|
wrksrc="qt-everywhere-opensource-src-${version}"
|
||||||
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-host-tools qt5-plugin-sqlite
|
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-host-tools qt5-plugin-sqlite
|
||||||
libxcb-devel"
|
qt5-declarative qt5-devel libxcb-devel"
|
||||||
makedepends="libxcb-devel qt5-devel qt5-tools-devel"
|
makedepends="libxcb-devel qt5-devel qt5-tools-devel"
|
||||||
depends="qt5>=5.6.0 qt5-plugin-sqlite"
|
depends="qt5>=5.6.0 qt5-plugin-sqlite"
|
||||||
homepage="http://qt.io/"
|
homepage="http://qt.io/"
|
||||||
|
@ -13,7 +13,6 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3, LGPL-2.1"
|
license="GPL-3, LGPL-2.1"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz"
|
||||||
checksum=46ebca977deb629c5e69c2545bc5fe13f7e40012e5e2e451695c583bd33502fa
|
checksum=46ebca977deb629c5e69c2545bc5fe13f7e40012e5e2e451695c583bd33502fa
|
||||||
nocross="https://build.voidlinux.eu/builders/armv7l-musl_builder/builds/16224/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# The file /usr/include/qt5/QtCore/qconfig.h is expected
|
# The file /usr/include/qt5/QtCore/qconfig.h is expected
|
||||||
|
|
Loading…
Reference in New Issue