|
|
@ -96,8 +96,17 @@ internal_features = {
|
|
|
|
'xcb-errors': false,
|
|
|
|
'xcb-errors': false,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
wayland_server = dependency('wayland-server', version: '>=1.19')
|
|
|
|
wayland_project_options = ['tests=false', 'documentation=false']
|
|
|
|
wayland_client = dependency('wayland-client')
|
|
|
|
wayland_server = dependency('wayland-server',
|
|
|
|
|
|
|
|
version: '>=1.19',
|
|
|
|
|
|
|
|
fallback: ['wayland', 'wayland_server_dep'],
|
|
|
|
|
|
|
|
default_options: wayland_project_options,
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
wayland_client = dependency('wayland-client',
|
|
|
|
|
|
|
|
fallback: ['wayland', 'wayland_client_dep'],
|
|
|
|
|
|
|
|
default_options: wayland_project_options,
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
drm = dependency('libdrm', version: '>=2.4.105')
|
|
|
|
drm = dependency('libdrm', version: '>=2.4.105')
|
|
|
|
gbm = dependency('gbm', version: '>=17.1.0')
|
|
|
|
gbm = dependency('gbm', version: '>=17.1.0')
|
|
|
|
xkbcommon = dependency('xkbcommon')
|
|
|
|
xkbcommon = dependency('xkbcommon')
|
|
|
|