diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-11-29 12:33:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 12:33:09 -0500 |
| commit | 337e37f91dcc7d5b6a0a5da3f3196aa0f8df4143 (patch) | |
| tree | 70d10b1f7919e6ed6709acab3259c69b038add6c /src/yuzu/CMakeLists.txt | |
| parent | 992ca8c358a5c25840d822ca19baa6c64c689088 (diff) | |
| parent | ac11f6e4c5da64db5a6fb2647afbb85164f06086 (diff) | |
Merge pull request #11946 from flodavid/gamemode
Enable (Feral Interactive) Gamemode on Linux
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
| -rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 90278052a..f3ad2214b 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -386,7 +386,7 @@ if (NOT WIN32) target_include_directories(yuzu PRIVATE ${Qt${QT_MAJOR_VERSION}Gui_PRIVATE_INCLUDE_DIRS}) endif() if (UNIX AND NOT APPLE) - target_link_libraries(yuzu PRIVATE Qt${QT_MAJOR_VERSION}::DBus) + target_link_libraries(yuzu PRIVATE Qt${QT_MAJOR_VERSION}::DBus gamemode) endif() target_compile_definitions(yuzu PRIVATE |
