Skip to content

Commit

Permalink
Revert "Enable Qt message loop on Linux"
Browse files Browse the repository at this point in the history
This reverts commit 98d94a4.

Freezes with closing OAuth login window (and also docks) where
discovered.

CEF Linux build with `use_gtk=false` defined are heavily recommended.
  • Loading branch information
tytan652 committed Oct 12, 2024
1 parent aa8953c commit e5d1cfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/os-linux.cmake
Original file line number Diff line number Diff line change
@@ -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/")

Expand Down

0 comments on commit e5d1cfe

Please sign in to comment.