mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 04:57:07 +02:00
Qt: enable recent Linux features on more Unices
- Prevent sleep via xdg-desktop-portal afterfa7abafa5f- Pause on suspend afterb7642cff36- Exit on SIGINT/SIGTERM after9479940a1f- Improve dark themes afterb51db12567
This commit is contained in:
parent
9fc1bcc7b2
commit
d7d7ae8219
4 changed files with 20 additions and 20 deletions
|
|
@ -315,7 +315,7 @@ target_include_directories(yuzu PRIVATE ../../externals/Vulkan-Headers/include)
|
|||
if (NOT WIN32)
|
||||
target_include_directories(yuzu PRIVATE ${Qt5Gui_PRIVATE_INCLUDE_DIRS})
|
||||
endif()
|
||||
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
if (UNIX AND NOT APPLE)
|
||||
target_link_libraries(yuzu PRIVATE Qt::DBus)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue