On Tue, Aug 28, 2018 at 03:54:22PM -0300, Eduardo Lima (Etrunko) wrote:
> I have just sent a similar patch to spice-server, now calculating the
> soversion the same way it is done by libtool, instead of using the
> resulting number directly.
>
> Signed-off-by: Eduardo Lima (Etrunko)
> ---
> src/
I have just sent a similar patch to spice-server, now calculating the
soversion the same way it is done by libtool, instead of using the
resulting number directly.
Signed-off-by: Eduardo Lima (Etrunko)
---
src/meson.build | 25 +++--
1 file changed, 23 insertions(+), 2 deleti
Signed-off-by: Eduardo Lima (Etrunko)
---
src/meson.build | 15 ++-
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/src/meson.build b/src/meson.build
index c9429f5..b9ee039 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -301,21 +301,18 @@ if spice_gtk_has_gtk
Signed-off-by: Eduardo Lima (Etrunko)
---
meson.build | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index 2a72e79..52339b8 100644
--- a/meson.build
+++ b/meson.build
@@ -29,7 +29,8 @@ spice_gtk_global_cflags = ['-DHAVE_CONFIG_H',
Signed-off-by: Eduardo Lima (Etrunko)
---
It turns out there was quite a lot ot stuff to fix based on what you
suggested, this is what I will send for v3.
Regards, Eduardo.
meson.build | 43 +--
src/meson.build | 5 +
2 files changed, 26 inserti