mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/session/libseat: register log handler
Route libseat errors through wlroots logging infrastructure. This requires libseat 0.2.0.
This commit is contained in:
parent
65abd4e92a
commit
971de474f0
2 changed files with 26 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue