diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-03-08 19:15:27 -0800 |
---|---|---|
committer | Lukas Rusak <lorusak@gmail.com> | 2023-03-08 19:15:27 -0800 |
commit | 4a5cc4a8b3e1f99a8fc3c43e2459b69f44893fd0 (patch) | |
tree | 2e85f79f6e09ff9c2176b05c1e1603c8f1f64b14 /CMakeLists.txt | |
parent | 1183403b631ebc6c49fac1c19d8203e2080fd2e1 (diff) |
[cmake] pipewire: actually set minimum version to 0.3.50
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2739e60c93..1c678b1695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ set(optional_deps Alsa MDNS MicroHttpd NFS - Pipewire + Pipewire>=0.3.50 Plist PulseAudio Python |