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 = []