aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build
index 71a00dc9..b5b6f7a6 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -1,3 +1,6 @@
+udev = dependency('libudev')
+wlr_deps += udev
+
wlr_files += files('backend.c')
all_backends = ['drm', 'libinput', 'x11']