Re: [PATCH libdrm] meson: use pkg-config to detect libatomic_ops

2018-03-09 Thread Eric Engestrom
On Friday, 2018-03-09 15:48:51 +, Emil Velikov wrote: > On 9 March 2018 at 11:47, Eric Engestrom wrote: > > >> > + dep_atomic_ops = [] > >> > > >> The dummy dep_atomic_ops is needed for almost all cases in the if/else > >> ladder. The exception being the

Re: [PATCH libdrm] meson: use pkg-config to detect libatomic_ops

2018-03-09 Thread Emil Velikov
On 9 March 2018 at 11:47, Eric Engestrom wrote: >> > + dep_atomic_ops = [] >> > >> The dummy dep_atomic_ops is needed for almost all cases in the if/else >> ladder. The exception being the .found() case. > > Actually, because of the way the `if` chain is written,

Re: [PATCH libdrm] meson: use pkg-config to detect libatomic_ops

2018-03-09 Thread Eric Engestrom
On Thursday, 2018-03-08 18:10:03 +, Emil Velikov wrote: > On 5 March 2018 at 12:03, Eric Engestrom wrote: > > Ping? :) > > Both for this patch and the equivalent autotools patch it replies to. > > > The autotools one needs the CFLAGS added - meson does it

Re: [PATCH libdrm] meson: use pkg-config to detect libatomic_ops

2018-03-08 Thread Emil Velikov
On 5 March 2018 at 12:03, Eric Engestrom wrote: > Ping? :) > Both for this patch and the equivalent autotools patch it replies to. > The autotools one needs the CFLAGS added - meson does it automatically for us. > On Wednesday, 2018-02-07 14:24:33 +, Eric Engestrom

Re: [PATCH libdrm] meson: use pkg-config to detect libatomic_ops

2018-03-05 Thread Eric Engestrom
Ping? :) Both for this patch and the equivalent autotools patch it replies to. On Wednesday, 2018-02-07 14:24:33 +, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom > --- > amdgpu/meson.build| 2 +- > etnaviv/meson.build | 2 +- > freedreno/meson.build

[PATCH libdrm] meson: use pkg-config to detect libatomic_ops

2018-02-07 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- amdgpu/meson.build| 2 +- etnaviv/meson.build | 2 +- freedreno/meson.build | 2 +- intel/meson.build | 2 +- meson.build | 3 ++- nouveau/meson.build | 2 +- omap/meson.build | 2 +- radeon/meson.build|