[Cmake]: Fix Linux build

This commit is contained in:
liberodark 2025-12-06 10:40:42 +01:00
parent 6f4f73a59b
commit 580753f531

View file

@ -618,7 +618,7 @@ function(set_yuzu_qt_components)
# Best practice is to ask for all components at once, so they are from the same version
set(YUZU_QT_COMPONENTS2 Core Widgets Concurrent)
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
list(APPEND YUZU_QT_COMPONENTS2 DBus)
list(APPEND YUZU_QT_COMPONENTS2 DBus GuiPrivate)
endif()
if (YUZU_USE_QT_MULTIMEDIA)
list(APPEND YUZU_QT_COMPONENTS2 Multimedia)