Re: versioned dependencies on breeze

2016-07-13 Thread Martin Graesslin
On Wednesday, July 13, 2016 11:53:22 PM CEST Antonio Rojas wrote: > Martin Graesslin wrote: > > Well if KWin depends on Breeze you cannot parallel build KWin and Breeze. > > That should be obvious. > > It could be theoretically possible to build Kwin and Breeze 5.7.1 in > parallel against 5.7.0 pa

Re: versioned dependencies on breeze

2016-07-13 Thread Antonio Rojas
Martin Graesslin wrote: > Well if KWin depends on Breeze you cannot parallel build KWin and Breeze. > That should be obvious. It could be theoretically possible to build Kwin and Breeze 5.7.1 in parallel against 5.7.0 packages if the dependencies were not versioned (actually parallel build was

Re: versioned dependencies on breeze

2016-07-12 Thread Martin Graesslin
On Tuesday, July 12, 2016 6:39:25 PM CEST Antonio Rojas wrote: > In Plasma 5.7 both kwin and plasma-integration added strict versioned > dependencies on Breeze: > > find_package(Breeze ${PROJECT_VERSION} CONFIG) > > Can this please be changed to depend on the actual minimu

versioned dependencies on breeze

2016-07-12 Thread Antonio Rojas
In Plasma 5.7 both kwin and plasma-integration added strict versioned dependencies on Breeze: find_package(Breeze ${PROJECT_VERSION} CONFIG) Can this please be changed to depend on the actual minimum version required? There is no other versioned dependency between Plasma modules and it is