tests: surface-screenshot needs libshared
authorPekka Paalanen <pekka.paalanen@collabora.com>
Tue, 9 Jul 2019 09:02:34 +0000 (12:02 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.com>
Thu, 24 Oct 2019 10:40:51 +0000 (13:40 +0300)
commit9722ac62f0771085f7914df47d5998f9a69298aa
tree290e8e8bfc19097f42028fadf1fe6b65d5380292
parent8e7f9501e4525e6726a2d947467272fcbb5ed34e
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>
tests/meson.build