mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
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:
parent
59138460c4
commit
6f63f55ace
15
meson.build
15
meson.build
@ -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',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user