From 1c140455eca54cadac4cb2430f8a4a5b3b1cb216 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 9 Apr 2023 00:37:43 +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 3998179..3e13c55 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 = []