Re: [PATCH 2/2] app/graph: fix build reason

2024-02-01 Thread David Marchand
On Wed, Jan 31, 2024 at 6:46 PM David Marchand wrote: > > When a component is disabled, the reason meson variable must be set to > provide an explanation why. > > Since epoll is a Linux thing, report that the graph application is only > supported on Linux. > > Fixes: 5b21ffb23308 ("app/graph: add

Re: [PATCH 2/2] app/graph: fix build reason

2024-01-31 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/2/1 1:45, David Marchand wrote: > When a component is disabled, the reason meson variable must be set to > provide an explanation why. > > Since epoll is a Linux thing, report that the graph application is only > supported on Linux. > > Fixes: 5b21ffb23308 ("app/

Re: [PATCH 2/2] app/graph: fix build reason

2024-01-31 Thread Tyler Retzlaff
On Wed, Jan 31, 2024 at 06:45:52PM +0100, David Marchand wrote: > When a component is disabled, the reason meson variable must be set to > provide an explanation why. > > Since epoll is a Linux thing, report that the graph application is only > supported on Linux. > > Fixes: 5b21ffb23308 ("app/gr