qt6-scxml: correct hostmakedepends

This commit is contained in:
Đoàn Trần Công Danh 2022-08-27 21:01:39 +07:00
parent ed680017eb
commit 0bcdcc94d8

View file

@ -1,7 +1,7 @@
# Template file for 'qt6-scxml'
pkgname=qt6-scxml
version=6.3.1
revision=1
revision=2
wrksrc="qtscxml-everywhere-src-${version}"
build_style=cmake
hostmakedepends="perl qt6-declarative-devel"
@ -15,7 +15,7 @@ checksum=01bc154d6163d1f049f4e1e76658a044730ace7b0a5be35c9a46fcd1396f8619
if [ "$CROSS_BUILD" ]; then
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
hostmakedepends+=" qt6-remoteobjects"
hostmakedepends+=" qt6-scxml-devel"
fi
pre_check() {