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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev