Fix Meson configuration under Meson 1.9.2#313
Conversation
configuration fails under Meson 1.9.2 when the list gl_reqs is empty. This is fixed by passing the actual list of strings to pkg.generate(), instead of the aggregated string.
|
More info on that:
|
|
It seems your MSys CI tests are out of date |
|
FWIW, it's possible that there will be a meson 1.9.3 with the missing backport shortly, although fixing libepoxy to not warn is still the right fix. |
Configuration fails under Meson 1.9.2 when the list gl_reqs is empty.
This is fixed by passing the actual list of strings to pkg.generate(), instead of the aggregated string.