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

2024-10-17 Thread Thomas Monjalon
07/08/2024 06:09, Gagandeep Singh: > From: Bruce Richardson > > On Tue, Aug 06, 2024 at 07:12:16PM +0530, Gagandeep Singh wrote: > > > Adding a meson option "enable_examples_bin_install" > > > to install the examples binaries in bin. > > > > > > Default value is false. > > > > > > Signed-off-by: G

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

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

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

2024-08-06 Thread Bruce Richardson
On Tue, Aug 06, 2024 at 07:12:16PM +0530, Gagandeep Singh wrote: > Adding a meson option "enable_examples_bin_install" > to install the examples binaries in bin. > > Default value is false. > > Signed-off-by: Gagandeep Singh > --- > examples/meson.build | 13 - > meson_options.txt

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

2024-08-06 Thread Gagandeep Singh
Adding a meson option "enable_examples_bin_install" to install the examples binaries in bin. Default value is false. Signed-off-by: Gagandeep Singh --- examples/meson.build | 13 - meson_options.txt| 2 ++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/examples/