mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 11:57:46 +00:00
Qt: enable recent Linux features on more Unices
- Prevent sleep via xdg-desktop-portal after68901da65f
- Pause on suspend after700bd12480
- Exit on SIGINT/SIGTERM after7372295eb2
- Improve dark themes after6af8034f3e
This commit is contained in:
parent
4dad66ac4b
commit
3366421919
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