Re: [Libosinfo] [osinfo-db-tools PATCH v2 08/16] Add support to meson build system

2019-07-11 Thread Fabiano Fidêncio
On Thu, Jul 11, 2019 at 9:39 PM Cole Robinson wrote: > > On 7/10/19 11:25 AM, Fabiano Fidêncio wrote: > > On Tue, Jul 9, 2019 at 12:47 PM Fabiano Fidêncio > > wrote: > > > > [snip] > > > >> +cp $BUILD_ROOT/{mingw-,}osinfo-db-tools.spec $MESON_DIST_ROOT/ > > > > I've noticed that the current

Re: [Libosinfo] [osinfo-db-tools PATCH v2 08/16] Add support to meson build system

2019-07-11 Thread Cole Robinson
On 7/10/19 11:25 AM, Fabiano Fidêncio wrote: > On Tue, Jul 9, 2019 at 12:47 PM Fabiano Fidêncio wrote: > > [snip] > >> +cp $BUILD_ROOT/{mingw-,}osinfo-db-tools.spec $MESON_DIST_ROOT/ > > I've noticed that the current state of osinfo-db-tools tarball is to > just include osinfo-db-tools.spec

Re: [Libosinfo] [osinfo-db-tools PATCH v2 08/16] Add support to meson build system

2019-07-10 Thread Fabiano Fidêncio
On Tue, Jul 9, 2019 at 12:47 PM Fabiano Fidêncio wrote: [snip] > +cp $BUILD_ROOT/{mingw-,}osinfo-db-tools.spec $MESON_DIST_ROOT/ I've noticed that the current state of osinfo-db-tools tarball is to just include osinfo-db-tools.spec and not mingw-osinfo-db-tools.spec. Shall we keep it as it is?

[Libosinfo] [osinfo-db-tools PATCH v2 08/16] Add support to meson build system

2019-07-09 Thread Fabiano Fidêncio
Meson build system is a way simpler and easier to understand build system that can provide (with some work-arounds here and there) the same functionalities currently available with our current build system (autotools). For now, as meson support is not fully complete* and requires a quite new