Re: [Libosinfo] [libosinfo PATCH] meson: respect mandir option

2019-12-08 Thread Fabiano Fidêncio
On Sun, Dec 8, 2019 at 12:38 PM Roman Bogorodskiy wrote: > > Construct man installation dir from libosinfo_mandir instead of > libosinfo_datadir. > > Signed-off-by: Roman Bogorodskiy > --- > tools/meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/meson.bu

[Libosinfo] [libosinfo PATCH] meson: respect mandir option

2019-12-08 Thread Roman Bogorodskiy
Construct man installation dir from libosinfo_mandir instead of libosinfo_datadir. Signed-off-by: Roman Bogorodskiy --- tools/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/meson.build b/tools/meson.build index d24b167..0a95664 100644 --- a/tools/meson.buil

Re: [Libosinfo] [osinfo-db-tools PATCH] meson: tests: make python3 really optional

2019-12-08 Thread Fabiano Fidêncio
On Sun, Dec 8, 2019 at 8:54 AM Roman Bogorodskiy wrote: > > As python3 is supposed to be optional, pass > 'required: false' to python.find_installation(), otherwise when > it's missing, build fails with: > > Program python found: NO > tests/meson.build:12:0: ERROR: python3 not found > > Signed

Re: [Libosinfo] [osinfo-db-tools PATCH 2/2] meson: fix GETTEXT_PACKAGE formatting

2019-12-08 Thread Fabiano Fidêncio
On Sun, Dec 8, 2019 at 7:13 AM Roman Bogorodskiy wrote: > > Properly specify placeholder value to get it replaced. > > Signed-off-by: Roman Bogorodskiy > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 663b6da..96eb9ae

Re: [Libosinfo] [osinfo-db-tools PATCH 1/2] meson: respect mandir option

2019-12-08 Thread Fabiano Fidêncio
On Sun, Dec 8, 2019 at 7:13 AM Roman Bogorodskiy wrote: > > There's an osinfo_db_tools_mandir setting that respects meson's 'mandir' > option. Use that for tools man installation dir instead of building > a path based on osinfo_db_tools_datadir. > > Signed-off-by: Roman Bogorodskiy > --- > tools