aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-12-13 18:33:32 +0100
committerFurkan Sahin <furkan-dev@proton.me>2021-12-13 18:33:32 +0100
commit70e822dad8c70df9f41b0400dfc854d0d011cfe0 (patch)
treeb008d40847ea177b20120d53c1d923638906e52f /meson.build
parent15c54890985b9947dd9ea3a9e8532bd2c8dd29ac (diff)
swaynag: remove xdg-output logic
We can just get the output name from wl_output directly, now that wl_output version 4 exists.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 72bce0ee..be1af04a 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ endif
jsonc = dependency('json-c', version: '>=0.13')
pcre = dependency('libpcre')
-wayland_server = dependency('wayland-server')
+wayland_server = dependency('wayland-server', version: '>=1.20.0')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_egl = dependency('wayland-egl')