mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-24 16:12:23 +00:00
build: enable subproject for libxkbcommon
References: https://github.com/xkbcommon/libxkbcommon/pull/315
This commit is contained in:
parent
782b5e6565
commit
0335ae9566
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 New Issue
Block a user