mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-22 05:34:01 -04:00
Add initial layer shell skeleton
This commit is contained in:
parent
4483b0fedd
commit
ff59479eb6
5 changed files with 52 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ endif
|
|||
cage_sources = [
|
||||
'cage.c',
|
||||
'idle_inhibit_v1.c',
|
||||
'layer_shell_v1.c',
|
||||
'output.c',
|
||||
'seat.c',
|
||||
'view.c',
|
||||
|
|
@ -102,6 +103,7 @@ cage_headers = [
|
|||
output: 'config.h',
|
||||
configuration: conf_data),
|
||||
'idle_inhibit_v1.h',
|
||||
'layer_shell_v1.h',
|
||||
'output.h',
|
||||
'seat.h',
|
||||
'server.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue