Browse Source

linux-pipewire: Restore PipeWire minimim version requirement

https://github.com/obsproject/obs-studio/commit/a147315f33edc59c165f8cda1120d6d4219cf6ee removed it without adding it to linux-pipewire.
tytan652 3 years ago
parent
commit
a9cb952628
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/linux-pipewire/CMakeLists.txt

+ 1 - 1
plugins/linux-pipewire/CMakeLists.txt

@@ -6,7 +6,7 @@ if(NOT ENABLE_PIPEWIRE)
   return()
   return()
 endif()
 endif()
 
 
-find_package(PipeWire REQUIRED)
+find_package(PipeWire 0.3.32 REQUIRED)
 find_package(Gio QUIET)
 find_package(Gio QUIET)
 find_package(Libdrm QUIET) # we require libdrm/drm_fourcc.h to build
 find_package(Libdrm QUIET) # we require libdrm/drm_fourcc.h to build