aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-04-03 17:01:05 +0100
committerGitHub <[email protected]>2023-04-03 17:01:05 +0100
commit0a099ca2ab8e4b5da01189202740bbc4bbe81f5b (patch)
treedb8a0ea733d92ed236353261a42a7c3906b960eb /protocols
parente6211eef00a96c0dc7f8c06a6a151f5485977a0d (diff)
downloadHyprland-0a099ca2ab8e4b5da01189202740bbc4bbe81f5b.tar.gz
Hyprland-0a099ca2ab8e4b5da01189202740bbc4bbe81f5b.zip
Hyprland Screencopy impl (#1800)
--------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 47b2dcae..c7a1c038 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -26,6 +26,7 @@ protocols = [
['wlr-foreign-toplevel-management-unstable-v1.xml'],
['wlr-layer-shell-unstable-v1.xml'],
['wlr-output-power-management-unstable-v1.xml'],
+ ['wlr-screencopy-unstable-v1.xml'],
['ext-workspace-unstable-v1.xml'],
['pointer-constraints-unstable-v1.xml'],
['tablet-unstable-v2.xml'],