diff options
author | xcfrg <30675315+xcfrg@users.noreply.github.com> | 2023-07-16 18:45:33 -0400 |
---|---|---|
committer | flodavid <fl.david.53@gmail.com> | 2023-11-25 19:30:29 +0100 |
commit | dfa56765d6d869a317ec46dcf3a8f4f35b146382 (patch) | |
tree | 827c46ada3f60e9bdef93c25a26319f00377d15f /src/yuzu/CMakeLists.txt | |
parent | 5a182f4e7ccfac696cd54542089c880d002f5cc9 (diff) |
yuzu: integrate gamemode support 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 |