mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-05 00:05:58 +01:00
Bump minimum pipewire version
This commit is contained in:
parent
c2883a4e43
commit
39b82ff471
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ add_project_arguments(cc.get_supported_arguments([
|
|||
inc = include_directories('include')
|
||||
|
||||
rt = cc.find_library('rt')
|
||||
pipewire = dependency('libpipewire-0.3', version: '>= 0.2.9')
|
||||
pipewire = dependency('libpipewire-0.3', version: '>= 0.3.2')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
|
||||
|
|
Loading…
Reference in a new issue