linux-pipewire: Require Gio 2.76

Subsequent commits use g_clear_fd() added in GLib 2.76.
This commit is contained in:
Ivan Molodetskikh
2025-07-22 11:35:44 +03:00
committed by Ryan Foster
parent 18ee961210
commit 7092bc17db

View File

@@ -7,7 +7,7 @@ if(NOT ENABLE_PIPEWIRE)
endif()
find_package(PipeWire 0.3.33 REQUIRED)
find_package(Gio REQUIRED)
find_package(Gio 2.76 REQUIRED)
find_package(Libdrm REQUIRED)
get_target_property(libdrm_include_directories Libdrm::Libdrm INTERFACE_INCLUDE_DIRECTORIES)