tests: surface-screenshot needs libshared
surface-screenshot-test.c uses file_create_dated() provided by libshared, so it needs to link libshared. This was not a problem when unresolved symbols during build were allowed and the symbols was provided by the weston executable which accidentally exported all libshared symbols. This would become a problem when we disallow unresolved symbols project-wide, so fix it. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
8e7f9501e4
commit
9722ac62f0
@ -184,7 +184,7 @@ tests_weston_plugin = [
|
|||||||
['plugin-registry'],
|
['plugin-registry'],
|
||||||
['surface'],
|
['surface'],
|
||||||
['surface-global'],
|
['surface-global'],
|
||||||
['surface-screenshot'],
|
['surface-screenshot', 'surface-screenshot-test.c', dep_libshared],
|
||||||
]
|
]
|
||||||
|
|
||||||
if get_option('shell-ivi')
|
if get_option('shell-ivi')
|
||||||
|
Loading…
Reference in New Issue
Block a user