mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-25 22:35:59 +01:00
global shortcuts: include in meson
This commit is contained in:
parent
a5a4d21ce3
commit
1c140455ec
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