qt5: break cyclic dependency
qt5-declarative-devel cannot depend on qt5-devel because qt5 itself depends on qt5-declarative. I hope this gets us rid of this cycle.
This commit is contained in:
parent
b0b14b559d
commit
d87625331d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qt5'
|
||||
pkgname=qt5
|
||||
version=5.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="qt-everywhere-src-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="flex ruby gperf git python perl pkg-config protobuf re2c ninja"
|
||||
|
@ -548,7 +548,7 @@ qt5-datavis3d_package() {
|
|||
|
||||
qt5-declarative-devel_package() {
|
||||
short_desc+=" - Declarative component (development)"
|
||||
depends="qt5-declarative-${version}_${revision} qt5-devel-${version}_${revision}"
|
||||
depends="qt5-declarative-${version}_${revision}"
|
||||
pkg_install() {
|
||||
_install_devel qtdeclarative
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue