diff options
author | Vaxry <[email protected]> | 2024-04-29 01:28:26 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-29 01:38:24 +0100 |
commit | 33e0bb14786dc22a0c82eaaf097b469d3fdeceea (patch) | |
tree | 0b4525880560950eeea48c6279ed41fa3dde0d67 /protocols/meson.build | |
parent | a5a648091760ac002120fab18247e5292b6482de (diff) | |
download | Hyprland-33e0bb14786dc22a0c82eaaf097b469d3fdeceea.tar.gz Hyprland-33e0bb14786dc22a0c82eaaf097b469d3fdeceea.zip |
wlr-output-power: move to new impl
Diffstat (limited to 'protocols/meson.build')
-rw-r--r-- | protocols/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index d5f2af64..8f7e897f 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -28,7 +28,6 @@ protocols = [ [wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'], [wl_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], - ['wlr-output-power-management-unstable-v1.xml'], ['wlr-screencopy-unstable-v1.xml'], ['tablet-unstable-v2.xml'], ['idle.xml'], @@ -39,6 +38,7 @@ protocols = [ new_protocols = [ ['wlr-gamma-control-unstable-v1.xml'], ['wlr-foreign-toplevel-management-unstable-v1.xml'], + ['wlr-output-power-management-unstable-v1.xml'], [wl_protocol_dir, 'staging/tearing-control/tearing-control-v1.xml'], [wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], |