mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
meson: require hl-protocols 0.2
This commit is contained in:
parent
510257c0e9
commit
03f252d927
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ inc = include_directories('include')
|
||||||
|
|
||||||
rt = cc.find_library('rt')
|
rt = cc.find_library('rt')
|
||||||
pipewire = dependency('libpipewire-0.3', version: '>= 0.3.41')
|
pipewire = dependency('libpipewire-0.3', version: '>= 0.3.41')
|
||||||
hyprland_protos = dependency('hyprland-protocols', version: '>=0.1', fallback: 'hyprland-protocols')
|
hyprland_protos = dependency('hyprland-protocols', version: '>=0.2', fallback: 'hyprland-protocols')
|
||||||
wayland_client = dependency('wayland-client')
|
wayland_client = dependency('wayland-client')
|
||||||
wayland_protos = dependency('wayland-protocols', version: '>=1.24')
|
wayland_protos = dependency('wayland-protocols', version: '>=1.24')
|
||||||
iniparser = dependency('inih')
|
iniparser = dependency('inih')
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d7d403b711b60e8136295b0d4229e89a115e80cc
|
Subproject commit 4d29e48433270a2af06b8bc711ca1fe5109746cd
|
Loading…
Reference in a new issue