Disable SPMediaKeyTap

Workaround issue #1606
This commit is contained in:
Jonas Kvinge
2024-11-20 18:12:20 +01:00
parent 7b23118475
commit 01aaa0ba0b
3 changed files with 23 additions and 24 deletions

View File

@@ -271,9 +271,9 @@ else()
add_definitions(-DKDSINGLEAPPLICATION_STATIC_BUILD)
endif()
if(APPLE)
find_package(SPMediaKeyTap REQUIRED)
endif()
# if(APPLE)
# find_package(SPMediaKeyTap REQUIRED)
# endif()
if(WIN32)
find_package(getopt-win REQUIRED)
@@ -1537,7 +1537,6 @@ if(APPLE)
"-framework DiskArbitration"
"-framework IOKit"
"-framework ScriptingBridge"
SPMediaKeyTap
)
endif()