aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/session/meson.build2
-rw-r--r--backend/wayland/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/session/meson.build b/backend/session/meson.build
index 66c908a2..27915506 100644
--- a/backend/session/meson.build
+++ b/backend/session/meson.build
@@ -1,6 +1,6 @@
libseat = dependency('libseat',
version: '>=0.2.0',
- fallback: ['seatd', 'libseat'],
+ fallback: 'seatd',
default_options: ['server=disabled', 'man-pages=disabled'],
)
wlr_files += files('session.c')
diff --git a/backend/wayland/meson.build b/backend/wayland/meson.build
index 103d3f9f..1831bbb3 100644
--- a/backend/wayland/meson.build
+++ b/backend/wayland/meson.build
@@ -1,5 +1,5 @@
wayland_client = dependency('wayland-client',
- fallback: ['wayland', 'wayland_client_dep'],
+ fallback: 'wayland',
default_options: wayland_project_options,
)
wlr_deps += wayland_client