mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-22 05:34:01 -04:00
Add wlr-layer-shell-unstable-v1 protocol
This commit is contained in:
parent
d0305d8fc7
commit
4483b0fedd
3 changed files with 447 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue