mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +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'
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue