Skip to content
  • Pekka Paalanen's avatar
    tests: surface-screenshot needs libshared · 9722ac62
    Pekka Paalanen authored
    
    
    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: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
    9722ac62