[vlc-devel] [PATCH 2/3] contrib: protoc: build the protoc exe to run locally
Steve Lhomme
robux4 at ycbcr.xyz
Mon Feb 18 15:48:14 CET 2019
Did you mean something like this ?
DEPS_protoc = protobuf $(DEPS_protobuf)
Which in fact could be simplified to
DEPS_protoc = $(DEPS_protobuf)
Since they are really independant. Only the make rules make it mandatory
that the sources are decompressed (in the same folder) before going on
with the build.
On 18/02/2019 15:16, Steve Lhomme wrote:
> Where do you see a recursive dep ?
>
> On 18/02/2019 13:28, Rémi Denis-Courmont wrote:
>> Sigh. Once again: DEPS are NOT recursive in contribs. Please RTFM.
>> --
>> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez
>> excuser ma brièveté.
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list