Re: [PATCH xserver 1/9] First round of meson fixes

2017-04-27 Thread Adam Jackson
On Thu, 2017-04-27 at 12:00 -0700, Eric Anholt wrote: > > Adam Jackson writes: > > > This fixes the dmx build, and builds the rest of the Xorg loadables. > > > > I kind of wish static library targets would accept an empty file list, > > I think the 'if srcs_libc.length() > 0'

Re: [PATCH xserver 1/9] First round of meson fixes

2017-04-27 Thread Eric Anholt
Adam Jackson writes: > This fixes the dmx build, and builds the rest of the Xorg loadables. > > I kind of wish static library targets would accept an empty file list, > I think the 'if srcs_libc.length() > 0' trick in os/meson.build is a > bit ugly. Ah well, the fact that you

[PATCH xserver 1/9] First round of meson fixes

2017-04-27 Thread Adam Jackson
This fixes the dmx build, and builds the rest of the Xorg loadables. I kind of wish static library targets would accept an empty file list, I think the 'if srcs_libc.length() > 0' trick in os/meson.build is a bit ugly. Ah well, the fact that you can then pass it as a link_with to another static