commit ae0bb9a

shrub  ·  2026-03-16 14:36:52 +0000 UTC
parent dcd4bc6
meson: wire xdg-output protocol support
2 files changed,  +2, -0
+1, -0
1@@ -36,6 +36,7 @@ libswc_src = files(
2   'wayland_buffer.c',
3   'window.c',
4   'xdg_decoration.c',
5+  'xdg_output.c',
6   'xdg_shell.c',
7 
8   input_backend == 'libinput' ? 'seat.c' : [],
+1, -0
1@@ -12,6 +12,7 @@ foreach proto : [
2   wl.find_protocol('xdg-shell', state: 'stable'),
3   wl.find_protocol('linux-dmabuf', state: 'unstable', version: 1),
4   wl.find_protocol('xdg-decoration', state: 'unstable', version: 1),
5+  wl.find_protocol('xdg-output', state: 'unstable', version: 1),
6 ]
7   protocols = wl.scan_xml(proto,
8     public: true,