build: use auto_features=disabled for libdrm subproject

Instead of individually disabling each driver, use
auto_features=disabled to disable all feature options by default.
This commit is contained in:
Simon Ser 2024-06-27 19:05:05 +02:00
parent 59138460c4
commit 6f63f55ace

View File

@ -114,20 +114,7 @@ drm = dependency('libdrm',
version: '>=2.4.120',
fallback: 'libdrm',
default_options: [
'intel=disabled',
'radeon=disabled',
'amdgpu=disabled',
'nouveau=disabled',
'vmwgfx=disabled',
'omap=disabled',
'exynos=disabled',
'freedreno=disabled',
'tegra=disabled',
'vc4=disabled',
'etnaviv=disabled',
'cairo-tests=disabled',
'man-pages=disabled',
'valgrind=disabled',
'auto_features=disabled',
'tests=false',
],
)