backend/session/libseat: register log handler

Route libseat errors through wlroots logging infrastructure.

This requires libseat 0.2.0.
This commit is contained in:
Simon Ser 2020-08-28 19:19:31 +02:00
parent 65abd4e92a
commit 971de474f0
2 changed files with 26 additions and 1 deletions

View file

@ -65,7 +65,7 @@ endif
# libseat
libseat = dependency('libseat', required: get_option('libseat'))
libseat = dependency('libseat', required: get_option('libseat'), version: '>=0.2.0')
if libseat.found()
wlr_files += files('libseat.c')
wlr_deps += libseat