qt6-quick3d: update to 6.4.0.
This commit is contained in:
parent
6dec5e42b6
commit
cd9add83a5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qt6-quick3d'
|
||||
pkgname=qt6-quick3d
|
||||
version=6.3.1
|
||||
version=6.4.0
|
||||
revision=1
|
||||
wrksrc="qtquick3d-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
|
@ -12,11 +12,11 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtquick3d-everywhere-src-${version}.tar.xz"
|
||||
checksum=2fa766ee47b8c07412b3b755206ada0715fb07813b64ed069e7205044c061256
|
||||
checksum=f10a1660d4d4103f0749f258eddce4d4878fa7bbbc5e610a900bef28adf017ec
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt6-quick3d-devel"
|
||||
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
||||
configure_args="-DQT_FORCE_BUILD_TOOLS=true"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||
|
|
Loading…
Reference in New Issue