kdoctoos: use qemu instead of depending on itself for cross builds
Quick benchmarks show, that the build time doesn't get slower by using qemu, but it makes the template simpler by not having to specify additional configure_args and not having to potentially build kdoctools for the host when cross compiling
This commit is contained in:
parent
e2e4c9176c
commit
44738a435d
1 changed files with 2 additions and 4 deletions
|
@ -3,11 +3,9 @@ pkgname=kdoctools
|
|||
version=5.83.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5
|
||||
-DCHECKXML5_EXECUTABLE=/usr/bin/checkXML5
|
||||
-DDOCBOOKL10NHELPER_EXECUTABLE=/usr/bin/docbookl10nhelper"
|
||||
build_helper=qemu
|
||||
hostmakedepends="gettext kcoreaddons extra-cmake-modules perl perl-URI
|
||||
qt5-host-tools qt5-qmake python kdoctools-devel"
|
||||
qt5-host-tools qt5-qmake"
|
||||
makedepends="ki18n-devel karchive-devel libxml2-devel libxslt-devel
|
||||
docbook-xml docbook-xsl"
|
||||
depends="docbook-xml docbook-xsl"
|
||||
|
|
Loading…
Reference in a new issue