diff options
author | Simon Ser <[email protected]> | 2020-01-27 18:39:29 +0100 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2020-02-26 16:26:13 +0100 |
commit | 5ed01c861a2e720d53b42f707872dbfb36b2fce7 (patch) | |
tree | f79301865db7d1707fe58c57ceadf3715295acd3 /protocols/meson.build | |
parent | e0f8235fbfd77d81eecb12295c89f5ad2758b68c (diff) |
Add support for wlr-output-power-management-unstable-v1
Diffstat (limited to 'protocols/meson.build')
-rw-r--r-- | protocols/meson.build | 1 |
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 = [ ['wlr-layer-shell-unstable-v1.xml'], ['idle.xml'], ['wlr-input-inhibitor-unstable-v1.xml'], + ['wlr-output-power-management-unstable-v1.xml'], ] client_protocols = [ |