mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
backend/libinput: make it clear libudev is hardcoded
This commit is contained in:
parent
3cffb0520e
commit
a6e5b2f15b
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ if not (libinput.found() and features['session'])
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# libinput has a hardcoded udev dependency in its API
|
||||||
|
wlr_deps += dependency('libudev')
|
||||||
|
|
||||||
wlr_files += files(
|
wlr_files += files(
|
||||||
'backend.c',
|
'backend.c',
|
||||||
'events.c',
|
'events.c',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue