diff options
| author | liushuyu <liushuyu011@gmail.com> | 2021-12-21 02:47:24 -0700 |
|---|---|---|
| committer | liushuyu <liushuyu011@gmail.com> | 2021-12-22 02:27:09 -0700 |
| commit | fa7abafa5f2a3d066ac74193b494f162302e9590 (patch) | |
| tree | 2c4b74fc9139d38860a7648ed01e13ed04690c17 /CMakeLists.txt | |
| parent | 36df305b13afc3d91bb7f9694dedab9a84a94130 (diff) | |
main: fix wake lock in Flatpak ...
... by using the XDP system
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d9056aa3..d1ad55c9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -249,7 +249,7 @@ if(ENABLE_QT) # Check for system Qt on Linux, fallback to bundled Qt if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") if (NOT YUZU_USE_BUNDLED_QT) - find_package(Qt5 ${QT_VERSION} COMPONENTS Widgets) + find_package(Qt5 ${QT_VERSION} COMPONENTS Widgets DBus) endif() if (NOT Qt5_FOUND OR YUZU_USE_BUNDLED_QT) # Check for dependencies, then enable bundled Qt download |
