mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
build: remove libkms option and disable tests for libdrm fallback
This commit is contained in:
parent
3621c14b82
commit
013f121f45
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue