From ff1fba5bbc3ec7cb763d68cdac13a2dfe2895e9e Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 3 Oct 2025 19:24:04 +0800 Subject: Link media plugin CEF to glib-2.0 on Linux Somehow now, at least on Debian & Ubuntu, when building the volume catcher, using PulseAudio, it refers to g_main_context_default too. --- indra/media_plugins/cef/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra') diff --git a/indra/media_plugins/cef/CMakeLists.txt b/indra/media_plugins/cef/CMakeLists.txt index 539bb4e562..7cabb7d0b8 100644 --- a/indra/media_plugins/cef/CMakeLists.txt +++ b/indra/media_plugins/cef/CMakeLists.txt @@ -90,6 +90,10 @@ target_link_libraries(media_plugin_cef ll::glib_headers ) +if (LINUX) + target_link_libraries(${PROJECT_NAME} glib-2.0) +endif () + if (WINDOWS) set_target_properties( media_plugin_cef -- cgit v1.2.3