aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-01-27 18:39:29 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-02-26 16:26:13 +0100
commit5ed01c861a2e720d53b42f707872dbfb36b2fce7 (patch)
treef79301865db7d1707fe58c57ceadf3715295acd3 /protocols/meson.build
parentRevert "Don't apply exclusive zones of unmapped layer-shell surfaces" (diff)
downloadsway-5ed01c861a2e720d53b42f707872dbfb36b2fce7.tar.gz
sway-5ed01c861a2e720d53b42f707872dbfb36b2fce7.tar.zst
sway-5ed01c861a2e720d53b42f707872dbfb36b2fce7.zip
Add support for wlr-output-power-management-unstable-v1
Diffstat (limited to 'protocols/meson.build')
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index f2f90dad..124e9777 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -18,6 +18,7 @@ protocols = [
18 ['wlr-layer-shell-unstable-v1.xml'], 18 ['wlr-layer-shell-unstable-v1.xml'],
19 ['idle.xml'], 19 ['idle.xml'],
20 ['wlr-input-inhibitor-unstable-v1.xml'], 20 ['wlr-input-inhibitor-unstable-v1.xml'],
21 ['wlr-output-power-management-unstable-v1.xml'],
21] 22]
22 23
23client_protocols = [ 24client_protocols = [