Re: [v1 2/3] meson: add a meson option to install examples source

2024-10-17 Thread Thomas Monjalon
07/08/2024 06:08, Gagandeep Singh: > From: Bruce Richardson > > On Tue, Aug 06, 2024 at 07:12:17PM +0530, Gagandeep Singh wrote: > > > Adding a meson option "enable_examples_source_install" > > > to enable or disable installation of examples source code. > > > > > > Default value is true. > > > >

RE: [v1 2/3] meson: add a meson option to install examples source

2024-08-06 Thread Gagandeep Singh
Hi, > -Original Message- > From: Bruce Richardson > Sent: Tuesday, August 6, 2024 7:32 PM > To: Gagandeep Singh > Cc: dev@dpdk.org > Subject: Re: [v1 2/3] meson: add a meson option to install examples source > > On Tue, Aug 06, 2024 at 07:12:17PM +053

Re: [v1 2/3] meson: add a meson option to install examples source

2024-08-06 Thread Bruce Richardson
On Tue, Aug 06, 2024 at 07:12:17PM +0530, Gagandeep Singh wrote: > Adding a meson option "enable_examples_source_install" > to enable or disable installation of examples source code. > > Default value is true. > > Signed-off-by: Gagandeep Singh > --- > meson.build | 7 --- > meson_opt

[v1 2/3] meson: add a meson option to install examples source

2024-08-06 Thread Gagandeep Singh
Adding a meson option "enable_examples_source_install" to enable or disable installation of examples source code. Default value is true. Signed-off-by: Gagandeep Singh --- meson.build | 7 --- meson_options.txt | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mes