Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2024-12-16 14:14:16 +01:00 committed by GitHub
commit e8c7e9d093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 998 additions and 391 deletions

View file

@ -98,6 +98,7 @@ endif()
if (UNIX AND NOT APPLE)
option(ENABLE_WAYLAND "Build with Wayland support" ON)
option(ENABLE_FERAL_GAMEMODE "Enables Feral Interactive GameMode Support" ON)
option(ENABLE_BLUEZ "Build with Bluez support" ON)
endif()
if (APPLE)
@ -189,6 +190,12 @@ if (UNIX AND NOT APPLE)
endif()
find_package(GTK3 REQUIRED)
if(ENABLE_BLUEZ)
find_package(bluez REQUIRED)
set(ENABLE_WIIMOTE ON)
add_compile_definitions(HAS_BLUEZ)
endif()
endif()
if (ENABLE_VULKAN)