[Mesa-dev] libdrm can't be released because of meson

Adam Jackson ajax at redhat.com
Thu Oct 17 15:04:49 UTC 2019


On Wed, 2019-10-16 at 15:36 -0400, Marek Olšák wrote:
> Hi,
> 
> Since autotools is no longer in libdrm, it's not possible to make a release:

Apparently meson support in release.sh has been languishing unmerged
for a while:

https://gitlab.freedesktop.org/xorg/util/modular/merge_requests/8

This didn't work for me out of the box because it relied on very
specific formatting of the meson.build file. I updated it to use 'meson
introspect' (which I don't think existed when that MR was first
written), and now 'release.sh --dry-run .' looks like it works.

Note you'll need to install jq for this to work, which is sort of like
grep-on-steroids for json so it's quite nice to have around anyway.

- ajax



More information about the mesa-dev mailing list