diff options
author | Simon Ser <contact@emersion.fr> | 2022-03-10 10:39:10 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-06-03 16:23:22 +0200 |
commit | 69c03f673146927b73d0302fbf41a67bec58583d (patch) | |
tree | bcbe4096c7983b8f9ae28ad1bd97d226c8630591 /meson.build | |
parent | de777985cef633d93f63258f1f9f196c032f05ff (diff) | |
download | swaybg-69c03f673146927b73d0302fbf41a67bec58583d.tar.gz swaybg-69c03f673146927b73d0302fbf41a67bec58583d.tar.bz2 |
Replace xdg_output with wl_output v4
Diffstat (limited to '')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 1815934..56ace82 100644 --- a/meson.build +++ b/meson.build @@ -70,7 +70,6 @@ client_protos_headers = [] client_protocols = [ wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml', - wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml', 'wlr-layer-shell-unstable-v1.xml', ] |