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
|
|
@ -128,7 +128,6 @@ drm = dependency('libdrm',
|
|||
],
|
||||
)
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
udev = dependency('libudev')
|
||||
pixman = dependency('pixman-1')
|
||||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
|
|
@ -138,7 +137,6 @@ wlr_deps = [
|
|||
wayland_server,
|
||||
drm,
|
||||
xkbcommon,
|
||||
udev,
|
||||
pixman,
|
||||
math,
|
||||
rt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue