build: remove libkms option and disable tests for libdrm fallback

This commit is contained in:
Simon Zeni 2022-07-28 06:39:48 -04:00 committed by Simon Ser
parent 3621c14b82
commit 013f121f45
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,6 @@ drm = dependency('libdrm',
version: '>=2.4.112', version: '>=2.4.112',
fallback: 'libdrm', fallback: 'libdrm',
default_options: [ default_options: [
'libkms=false',
'intel=false', 'intel=false',
'radeon=false', 'radeon=false',
'amdgpu=false', 'amdgpu=false',
@ -125,6 +124,7 @@ drm = dependency('libdrm',
'cairo-tests=false', 'cairo-tests=false',
'man-pages=false', 'man-pages=false',
'valgrind=false', 'valgrind=false',
'tests=false',
], ],
) )
xkbcommon = dependency('xkbcommon') xkbcommon = dependency('xkbcommon')