From fc7b5573f6f96489bce4a1665958cec9e24b618a Mon Sep 17 00:00:00 2001 From: tytan652 Date: Sat, 12 Oct 2024 16:07:56 +0200 Subject: [PATCH] Revert "Enable Qt message loop on Linux" This reverts commit 98d94a432264c1754e4dea1501a5ce36b04b1718. Freezes with closing OAuth login window (and also while closing with browser docks) were discovered. CEF Linux build with `use_gtk=false` defined are heavily recommended. --- cmake/os-linux.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/os-linux.cmake b/cmake/os-linux.cmake index d80f9d4ad..7c95a9efe 100644 --- a/cmake/os-linux.cmake +++ b/cmake/os-linux.cmake @@ -1,7 +1,5 @@ find_package(X11 REQUIRED) -target_compile_definitions(obs-browser PRIVATE ENABLE_BROWSER_QT_LOOP) - target_link_libraries(obs-browser PRIVATE CEF::Wrapper CEF::Library X11::X11) set_target_properties(obs-browser PROPERTIES BUILD_RPATH "$ORIGIN/" INSTALL_RPATH "$ORIGIN/")