summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-05-10 14:15:40 +0800
committerErik Kundiman <erik@megapahit.org>2026-05-10 14:15:40 +0800
commitc5ad6c8938febd87477d816bd58e576e0f9bb953 (patch)
treecf9bd64a3fb27c5eb77adb4005a8dc1678fbf7f1
parent5e1c5dd9b79b3ec07cfc1694141e3d26504e1058 (diff)
parentfbba852304cef16dd76c6257ecc0c0c22648a63e (diff)
Merge branch 'main' into 2026.02
-rw-r--r--indra/media_plugins/cef/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/media_plugins/cef/CMakeLists.txt b/indra/media_plugins/cef/CMakeLists.txt
index f6f7c21fa5..a815b1cf4f 100644
--- a/indra/media_plugins/cef/CMakeLists.txt
+++ b/indra/media_plugins/cef/CMakeLists.txt
@@ -37,7 +37,8 @@ if (LINUX)
include(FindPipeWire)
include_directories(SYSTEM ${PIPEWIRE_INCLUDE_DIRS} ${SPA_INCLUDE_DIRS})
- message( "Building with Linux volume catcher for PipeWire and PulseAudio" )
+ #message( "Building with Linux volume catcher for PipeWire and PulseAudio" )
+ message( "Building with Linux volume catcher for PulseAudio" )
list(APPEND media_plugin_cef_HEADER_FILES
linux/volume_catcher_linux.h
@@ -207,7 +208,6 @@ if (INSTALL)
${AUTOBUILD_INSTALL_DIR}/resources/chrome_200_percent.pak
${AUTOBUILD_INSTALL_DIR}/resources/icudtl.dat
${AUTOBUILD_INSTALL_DIR}/resources/resources.pak
- ${AUTOBUILD_INSTALL_DIR}/bin/release/snapshot_blob.bin
${AUTOBUILD_INSTALL_DIR}/bin/release/v8_context_snapshot.bin
DESTINATION llplugin
)