Add wlr-layer-shell-unstable-v1 protocol

This commit is contained in:
Jente Hidskes 2020-02-23 22:20:51 +01:00 committed by Sungjoon Moon
parent d0305d8fc7
commit 4483b0fedd
3 changed files with 447 additions and 0 deletions

View file

@ -40,6 +40,8 @@ wayland_server = dependency('wayland-server')
xkbcommon = dependency('xkbcommon')
math = cc.find_library('m')
subdir('protocols')
have_xwayland = wlroots.get_variable(pkgconfig: 'have_xwayland', internal: 'have_xwayland') == 'true'
version = '@0@'.format(meson.project_version())
@ -116,6 +118,7 @@ executable(
meson.project_name(),
cage_sources + cage_headers,
dependencies: [
server_protos,
wayland_server,
wlroots,
xkbcommon,