mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01:00
build: enable subproject for libxkbcommon
References: https://github.com/xkbcommon/libxkbcommon/pull/315
This commit is contained in:
parent
782b5e6565
commit
0335ae9566
1 changed files with 10 additions and 1 deletions
11
meson.build
11
meson.build
|
@ -129,7 +129,16 @@ drm = dependency('libdrm',
|
||||||
'tests=false',
|
'tests=false',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
xkbcommon = dependency('xkbcommon')
|
xkbcommon = dependency(
|
||||||
|
'xkbcommon',
|
||||||
|
fallback: 'libxkbcommon',
|
||||||
|
default_options: [
|
||||||
|
'enable-tools=false',
|
||||||
|
'enable-x11=false',
|
||||||
|
'enable-docs=false',
|
||||||
|
'enable-xkbregistry=false',
|
||||||
|
],
|
||||||
|
)
|
||||||
pixman = dependency('pixman-1',
|
pixman = dependency('pixman-1',
|
||||||
version: '>=0.42.0',
|
version: '>=0.42.0',
|
||||||
fallback: 'pixman',
|
fallback: 'pixman',
|
||||||
|
|
Loading…
Reference in a new issue