mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
backend/session: share is_drm_card implementation
This commit is contained in:
parent
ab2425e65f
commit
1e7867610c
5 changed files with 25 additions and 29 deletions
|
|
@ -3,7 +3,7 @@ libseat = dependency('libseat',
|
|||
fallback: 'seatd',
|
||||
default_options: ['server=disabled', 'man-pages=disabled'],
|
||||
)
|
||||
wlr_files += files('session.c')
|
||||
wlr_files += files('session.c', 'dev.c')
|
||||
wlr_deps += libseat
|
||||
|
||||
# libudev & libdemi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue