From d7d403b711b60e8136295b0d4229e89a115e80cc Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 9 Apr 2023 00:38:34 +0100 Subject: [PATCH] global shortcuts: include in meson --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 169d895..0868589 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,8 @@ hyprland_protocols_version = meson.project_version() fs = import('fs') protocols = { - 'hyprland-toplevel-export': ['v1'] + 'hyprland-toplevel-export': ['v1'], + 'hyprland-global-shortcuts': ['v1'] } protocol_files = []