mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-06 14:38:53 +01:00
yuzu: integrate gamemode support on linux
This commit is contained in:
parent
5a182f4e7c
commit
dfa56765d6
11 changed files with 481 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue