mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-26 06:45:58 +01:00
global shortcuts: include in meson
This commit is contained in:
parent
5d6a3ee147
commit
d7d403b711
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ hyprland_protocols_version = meson.project_version()
|
||||||
fs = import('fs')
|
fs = import('fs')
|
||||||
|
|
||||||
protocols = {
|
protocols = {
|
||||||
'hyprland-toplevel-export': ['v1']
|
'hyprland-toplevel-export': ['v1'],
|
||||||
|
'hyprland-global-shortcuts': ['v1']
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol_files = []
|
protocol_files = []
|
||||||
|
|
Loading…
Reference in a new issue