mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
qt6-scxml: correct hostmakedepends
This commit is contained in:
parent
ed680017eb
commit
0bcdcc94d8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qt6-scxml'
|
# Template file for 'qt6-scxml'
|
||||||
pkgname=qt6-scxml
|
pkgname=qt6-scxml
|
||||||
version=6.3.1
|
version=6.3.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="qtscxml-everywhere-src-${version}"
|
wrksrc="qtscxml-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-declarative-devel"
|
hostmakedepends="perl qt6-declarative-devel"
|
||||||
|
@ -15,7 +15,7 @@ checksum=01bc154d6163d1f049f4e1e76658a044730ace7b0a5be35c9a46fcd1396f8619
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
||||||
hostmakedepends+=" qt6-remoteobjects"
|
hostmakedepends+=" qt6-scxml-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue