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

@@ -40,14 +40,14 @@ foreach test : tests
t = executable(name, test_sources,
calls_sources, dummy_sources, calls_enum_sources, calls_resources,
wl_proto_sources, wayland_sources,
c_args : test_cflags,
link_args: test_link_args,
link_with : gdbofono_lib,
dependencies: calls_deps,
include_directories : [
top_include,
src_include,
dummy_include
calls_includes,
dummy_include,
]
)
test(name, t, env: test_env)