mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: move udev dep to backend/
The DRM, libinput and session use udev. They are all hosted under backend/.
This commit is contained in:
parent
f3ba14e491
commit
1928d1ce9f
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
udev = dependency('libudev')
|
||||
wlr_deps += udev
|
||||
|
||||
wlr_files += files('backend.c')
|
||||
|
||||
all_backends = ['drm', 'libinput', 'x11']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue