Skip to content

meson: convert auto combos into proper features

Eric Engestrom requested to merge eric/libdrm:meson-features into main

Allows users to easily enable everything (eg. packagers or CI), or select just the drivers they want (eg. most people building it themselves) with something like:

-D auto-features=disabled -D amdgpu=enabled

Note: features have been in meson since 0.47 and we already require 0.53, so there's no need to bump the minimum supported meson version.

Edited by Eric Engestrom

Merge request reports

Loading