Display call window over the phosh lockscreen

Closes #41
This commit is contained in:
Bob Ham
2019-08-13 11:38:40 +01:00
parent 03ede5b574
commit 3201c8e69b
11 changed files with 1152 additions and 8 deletions

View File

@@ -5,3 +5,7 @@ option('gtk_doc',
option('tests',
type: 'boolean', value: true,
description: 'Whether to compile unit tests')
option('wayland',
type: 'feature', value: 'enabled',
description: 'Whether to support Wayland lockscreen interaction')