Skip to content

Commit 145c115

Browse files
Update CMakeLists.txt
1 parent a0393e5 commit 145c115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3rdparty/OpenAL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(USE_SYSTEM_OPENAL)
1111
else()
1212
option(ALSOFT_UTILS "Build utility programs" OFF)
1313
option(ALSOFT_EXAMPLES "Build example programs" OFF)
14-
option(ALSOFT_BACKEND_PIPEWIRE "Enable PipeWire backend" OFF)
14+
#option(ALSOFT_BACKEND_PIPEWIRE "Enable PipeWire backend" OFF)
1515
set(LIBTYPE "STATIC")
1616
add_subdirectory(openal-soft EXCLUDE_FROM_ALL)
1717
add_library(3rdparty_openal INTERFACE)

0 commit comments

Comments
 (0)