Re: [Spice-devel] [PATCH spice-protocol] meson: Add declare_dependency statement

2018-09-26 Thread Victor Toso
Hi, On Tue, Sep 25, 2018 at 10:59:10AM -0300, Eduardo Lima (Etrunko) wrote: > This is required in the case another project uses this one as a > subproject > > Signed-off-by: Eduardo Lima (Etrunko) Just for reference, http://mesonbuild.com/Reference-manual.html#declare_dependencyo Acked-by

[Spice-devel] [PATCH spice-protocol] meson: Add declare_dependency statement

2018-09-25 Thread Eduardo Lima (Etrunko)
This is required in the case another project uses this one as a subproject Signed-off-by: Eduardo Lima (Etrunko) --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index 31531e2..55cef0c 100644 --- a/meson.build +++ b/meson.build @@ -8,6 +8,8 @@ proje