mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-23 07:59:23 -04:00
linux-pipewire: Restore PipeWire minimim version requirement
a147315f33 removed it without adding it to linux-pipewire.
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
a31d7acb14
commit
a9cb952628
@@ -6,7 +6,7 @@ if(NOT ENABLE_PIPEWIRE)
|
||||
return()
|
||||
endif()
|
||||
|
||||
find_package(PipeWire REQUIRED)
|
||||
find_package(PipeWire 0.3.32 REQUIRED)
|
||||
find_package(Gio QUIET)
|
||||
find_package(Libdrm QUIET) # we require libdrm/drm_fourcc.h to build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user