[Spice-devel] [PATCH spice-gtk v2] Move src/keycodemapdb -> subprojects/keycodemapdb

Frediano Ziglio fziglio at redhat.com
Fri Feb 15 15:54:16 UTC 2019


> Hi
> 
> On Fri, Feb 15, 2019 at 4:04 PM Frediano Ziglio <fziglio at redhat.com> wrote:
> >
> > >
> > > From: Marc-André Lureau <marcandre.lureau at redhat.com>
> > >
> > > Follow meson build system conventions.
> > >
> > > This will allow meson to handle it as a subproject.
> > >
> > > Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> > > ---
> > > Changes since v1:
> > > - rebase;
> > > - support still Autoconf.
> > > ---
> > >  .gitmodules                       |  4 ++--
> > >  meson.build                       |  6 +++++-
> > >  src/Makefile.am                   | 20 ++++++++++----------
> > >  src/meson.build                   |  2 --
> > >  {src => subprojects}/keycodemapdb |  0
> > >  5 files changed, 17 insertions(+), 15 deletions(-)
> > >  rename {src => subprojects}/keycodemapdb (100%)
> > >
> > > diff --git a/.gitmodules b/.gitmodules
> > > index 6938cd0c..a7804e6f 100644
> > > --- a/.gitmodules
> > > +++ b/.gitmodules
> > > @@ -1,6 +1,6 @@
> > >  [submodule "spice-common"]
> > >       path = subprojects/spice-common
> > >       url = ../spice-common.git
> > > -[submodule "src/keycodemapdb"]
> > > -     path = src/keycodemapdb
> > > +[submodule "subprojects/keycodemapdb"]
> > > +     path = subprojects/keycodemapdb
> > >       url = https://gitlab.com/keycodemap/keycodemapdb.git
> > > diff --git a/meson.build b/meson.build
> > > index 1276fb95..9fa94fc4 100644
> > > --- a/meson.build
> > > +++ b/meson.build
> > > @@ -38,12 +38,16 @@ spice_gtk_deps = []
> > >  spice_acl_deps = []
> > >
> > >  #
> > > -# Spice common subproject
> > > +# Set up subprojects
> > >  #
> > >  spice_common = subproject('spice-common', default_options :
> > >  ['generate-code=client'])
> > >  spice_gtk_config_data.merge_from(spice_common.get_variable('spice_common_config_data'))
> > >  spice_glib_deps += spice_common.get_variable('spice_common_client_dep')
> > >
> > > +subproject('keycodemapdb', required : false)
> >
> > Why required is false? I don't think spice-gtk will compile
> > without it.
> 
> I don't remember adding that, please remove if you commit.
> 

I can do it. Are you fine with the Autoconf addition? Do you ack?

Frediano


More information about the Spice-devel mailing list