kcoreaddons/extra-cmake-modules: fix build loop

This commit is contained in:
Leah Neukirchen 2019-04-15 11:14:00 +02:00
parent 972c6dcf99
commit 40f4b3a137
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ revision=1
archs=noarch
build_style=cmake
configure_args="-DBUILD_HTML_DOCS=OFF -DBUILD_TESTING=OFF"
hostmakedepends="kcoreaddons python-Sphinx qt5-tools"
hostmakedepends="python-Sphinx qt5-tools"
depends="cmake"
short_desc="Extra modules and scripts for CMake"
maintainer="John <johnz@posteo.net>"

View file

@ -4,7 +4,7 @@ version=5.57.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools-devel"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools qt5-tools-devel"
makedepends="qt5-devel qt5-tools-devel"
depends="shared-mime-info"
short_desc="Qt5 addon library with a collection of non-GUI utilities"