Message ID | 20200414180229.10320-1-ariel@vanguardiasur.com.ar |
---|---|
Headers | show |
Series |
|
Related | show |
Hi Ariel, Thank you for the patches. On Tue, Apr 14, 2020 at 03:02:27PM -0300, Ariel D'Alessandro wrote: > Hi all, > > This small patch series adds python module dependencies check, required > to run a few python scripts during build. Ezequiel has sent a similar patch series previously, which I have temporarily pushed against. I would like, unless we really can't do otherwise, to not depend on a meson version newer than what is shipped by the latest release of major distributions. The intent is to keep it easy for people to compile libcamera. Of course, if I'm mistaken in my assumption that people would generally prefer to stick with what their distribution ship, or if newer meson features would outweight this convenience requirement, we could upgrade to a newer version sooner. > Ariel D'Alessandro (2): > meson: Bump required version to 0.51 > libcamera: meson: Add check on required python modules > > include/libcamera/meson.build | 1 + > meson.build | 4 +++- > src/libcamera/meson.build | 1 + > 3 files changed, 5 insertions(+), 1 deletion(-) >
Hi Laurent, On 4/14/20 5:10 PM, Laurent Pinchart wrote: > Hi Ariel, > > Thank you for the patches. > > On Tue, Apr 14, 2020 at 03:02:27PM -0300, Ariel D'Alessandro wrote: >> Hi all, >> >> This small patch series adds python module dependencies check, required >> to run a few python scripts during build. > > Ezequiel has sent a similar patch series previously, which I have > temporarily pushed against. I would like, unless we really can't do > otherwise, to not depend on a meson version newer than what is shipped > by the latest release of major distributions. The intent is to keep it > easy for people to compile libcamera. Of course, if I'm mistaken in my > assumption that people would generally prefer to stick with what their > distribution ship, or if newer meson features would outweight this > convenience requirement, we could upgrade to a newer version sooner. Oops, didn't see the previous patch from Ezequiel. Sorry for the noise then. Regards,