mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ksolid: fix cross
This commit is contained in:
parent
091e52dacf
commit
357c8f2f8e
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'ksolid'
|
# Template file for 'ksolid'
|
||||||
pkgname=ksolid
|
pkgname=ksolid
|
||||||
version=5.26.0
|
version=5.26.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname#k}-${version}"
|
wrksrc="${pkgname#k}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="pkg-config flex extra-cmake-modules"
|
hostmakedepends="pkg-config flex extra-cmake-modules qt5-host-tools
|
||||||
|
qt5-tools-devel qt5-declarative-devel"
|
||||||
makedepends="qt5-tools-devel qt5-declarative-devel"
|
makedepends="qt5-tools-devel qt5-declarative-devel"
|
||||||
depends="upower udisks2 media-player-info"
|
depends="upower udisks2 media-player-info"
|
||||||
short_desc="KDE frameworks - Hardware integration and detection"
|
short_desc="KDE frameworks - Hardware integration and detection"
|
||||||
|
|
Loading…
Add table
Reference in a new issue