mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 08:32:30 +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',
|
version: '>=2.4.120',
|
||||||
fallback: 'libdrm',
|
fallback: 'libdrm',
|
||||||
default_options: [
|
default_options: [
|
||||||
'intel=disabled',
|
'auto_features=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',
|
|
||||||
'tests=false',
|
'tests=false',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user