injeqt: disable coverage

This commit is contained in:
Đoàn Trần Công Danh 2021-03-17 08:27:10 +07:00
parent 36d0789b03
commit 7d8a519a02
1 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,8 @@ pkgname=injeqt
version=1.2.0
revision=2
build_style=cmake
hostmakedepends="pkg-config"
configure_args="-DDISABLE_COVERAGE=ON"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
makedepends="qt5-devel"
short_desc="Dependency injection framework for Qt"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
@ -12,9 +13,6 @@ homepage="https://github.com/vogel/injeqt/"
distfiles="https://github.com/vogel/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=77540cedb0b26affe993dd18124d796059e34c80a51d9ae6433fdff1860db135
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
CXXFLAGS="-fno-lifetime-dse -Wno-error=cast-align"
injeqt-devel_package() {