Skip to content

meson: fix misspelled kwarg name

Eli Schwartz requested to merge eschwartz/babl:description-typo into master

set10 doesn't have a Description kwarg, it does have a description kwarg though.

This caused the conf variable to not have a description when it should have one, and newer versions of Meson with better argument validation error out with:

meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword arguments "Description"

Merge request reports