mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
build: remove libkms option and disable tests for libdrm fallback
This commit is contained in:
parent
3621c14b82
commit
013f121f45
@ -110,7 +110,6 @@ drm = dependency('libdrm',
|
||||
version: '>=2.4.112',
|
||||
fallback: 'libdrm',
|
||||
default_options: [
|
||||
'libkms=false',
|
||||
'intel=false',
|
||||
'radeon=false',
|
||||
'amdgpu=false',
|
||||
@ -125,6 +124,7 @@ drm = dependency('libdrm',
|
||||
'cairo-tests=false',
|
||||
'man-pages=false',
|
||||
'valgrind=false',
|
||||
'tests=false',
|
||||
],
|
||||
)
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
Loading…
Reference in New Issue
Block a user