build: enable subproject for libxkbcommon

References: https://github.com/xkbcommon/libxkbcommon/pull/315
Simon Ser 2 years ago
parent 782b5e6565
commit 0335ae9566

@ -129,7 +129,16 @@ drm = dependency('libdrm',
'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',
version: '>=0.42.0',
fallback: 'pixman',

Loading…
Cancel
Save