From 190149a660cb76b81037ebcd9d60c3b2cc2310ba Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Sat, 30 May 2026 23:24:43 +0200 Subject: AppKit: integrate with Now Playing Primarily to get media keys working; neither the API nor the macOS widget is particularly great. Bump liberty. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index aaddf09..537fb2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,8 +82,8 @@ if (WITH_APPKIT) enable_language (OBJC) set (CMAKE_OBJC_FLAGS "${CMAKE_OBJC_FLAGS} -std=gnu99 -Wall -Wextra -Wno-unused-function") - list (APPEND extra_libraries - "-framework AppKit" "-framework CoreFoundation") + list (APPEND extra_libraries "-framework AppKit" + "-framework CoreFoundation" "-framework MediaPlayer") endif () include_directories (${Unistring_INCLUDE_DIRS} -- cgit v1.3.1