Skip to content

Commit 7092bc1

Browse files
YaLTeRRytoEX
authored andcommitted
linux-pipewire: Require Gio 2.76
Subsequent commits use g_clear_fd() added in GLib 2.76.
1 parent 18ee961 commit 7092bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/linux-pipewire/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(NOT ENABLE_PIPEWIRE)
77
endif()
88

99
find_package(PipeWire 0.3.33 REQUIRED)
10-
find_package(Gio REQUIRED)
10+
find_package(Gio 2.76 REQUIRED)
1111
find_package(Libdrm REQUIRED)
1212
get_target_property(libdrm_include_directories Libdrm::Libdrm INTERFACE_INCLUDE_DIRECTORIES)
1313

0 commit comments

Comments
 (0)