Re: kdesrc-build and include-dependencies

2015-12-23 Thread Michael Pyne
On Wed, December 23, 2015 18:40:36 Aleix Pol wrote: > Hello, > I've been testing kde-src-builder on a bare system (actually a docker > image) and I realized that --include-dependencies isn't doing what I > expected [1], which is to actually build and install the repository's > dependencies. > > Ca

Re: kdesrc-build and include-dependencies

2015-12-23 Thread Johan Ouwerkerk
I don't think kdesrc-build inspects the cmake files to discover deps, it relies on the project metadata GIT repo instead. So --include-dependencies only applies to the dependencies discovered through the project metadata repo, and then only those which kdesrc-build knows how to build. Any other de

Re: kdesrc-build and include-dependencies

2015-12-23 Thread Ovidiu-Florin BOGDAN
În ziua de Wednesday 23 December 2015, la 18:40:36, Aleix Pol a scris: > Hello, > I've been testing kde-src-builder on a bare system (actually a docker > image) and I realized that --include-dependencies isn't doing what I > expected [1], which is to actually build and install the repository's > de

kdesrc-build and include-dependencies

2015-12-23 Thread Aleix Pol
Hello, I've been testing kde-src-builder on a bare system (actually a docker image) and I realized that --include-dependencies isn't doing what I expected [1], which is to actually build and install the repository's dependencies. Can anybody point me out what am I missing? :/ That's my configurat