mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-24 13:45:58 +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',
|
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')
|
||||||
|
|
Loading…
Reference in a new issue