Add initial layer shell skeleton

This commit is contained in:
Jente Hidskes 2020-02-23 22:20:25 +01:00 committed by Sungjoon Moon
parent 03ddd679fd
commit 6891f76fe1
5 changed files with 52 additions and 1 deletions

View file

@ -92,6 +92,7 @@ endif
cage_sources = [
'cage.c',
'idle_inhibit_v1.c',
'layer_shell_v1.c',
'output.c',
'seat.c',
'view.c',
@ -103,6 +104,7 @@ cage_headers = [
output: 'config.h',
configuration: conf_data),
'idle_inhibit_v1.h',
'layer_shell_v1.h',
'output.h',
'seat.h',
'server.h',