[Cmake]: Fix Linux build
This commit is contained in:
parent
6f4f73a59b
commit
580753f531
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue